forked from EVOgeek/Vmeda.Online
		
	Merge pull request #2478 from dpalou/MOBILE-3451
MOBILE-3451 airnotifier: Display more data of devices
This commit is contained in:
		
						commit
						77968233d7
					
				| @ -11,7 +11,7 @@ | ||||
|         <ion-list> | ||||
|             <ion-item text-wrap *ngFor="let device of devices"> | ||||
|                 <ion-label [class.core-bold]="device.current"> | ||||
|                     {{ device.model }} | ||||
|                     {{ device.name }} {{ device.model }} {{ device.platform }} {{ device.version }} | ||||
|                     <span *ngIf="device.current">({{ 'core.currentdevice' | translate }})</span> | ||||
|                 </ion-label> | ||||
|                 <ion-spinner *ngIf="device.updating" item-end></ion-spinner> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user