MOBILE-3451 airnotifier: Display more data of devices

main
Dani Palou 2020-07-14 10:05:23 +02:00
parent 743aa6c7db
commit 8be8ac89cb
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<ion-list> <ion-list>
<ion-item text-wrap *ngFor="let device of devices"> <ion-item text-wrap *ngFor="let device of devices">
<ion-label [class.core-bold]="device.current"> <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> <span *ngIf="device.current">({{ 'core.currentdevice' | translate }})</span>
</ion-label> </ion-label>
<ion-spinner *ngIf="device.updating" item-end></ion-spinner> <ion-spinner *ngIf="device.updating" item-end></ion-spinner>