Re-add IP address to the device information card. It should be more correct now with an update to the pantacor sync logic
parent
5fcace39f6
commit
2a5b65dd7e
|
@ -26,13 +26,11 @@
|
|||
[value]="device.coreVersion"
|
||||
>
|
||||
</account-display-field>
|
||||
<!-- This is temporarily commented out because the IP address can change and not get -->
|
||||
<!-- properly communicated to Selene. Add back to display when this is fixed. -->
|
||||
<!-- <account-display-field *ngIf="device.pantacorConfig.pantacorId"-->
|
||||
<!-- [label]="'IP Address'"-->
|
||||
<!-- [value]="device.pantacorConfig.ipAddress"-->
|
||||
<!-- >-->
|
||||
<!-- </account-display-field>-->
|
||||
<account-display-field *ngIf="device.pantacorConfig.pantacorId"
|
||||
[label]="'IP Address'"
|
||||
[value]="device.pantacorConfig.ipAddress"
|
||||
>
|
||||
</account-display-field>
|
||||
<button
|
||||
mat-flat-button
|
||||
*ngIf="device.pantacorConfig.autoUpdate === false" (click)="applySoftwareUpdate()"
|
||||
|
|
Loading…
Reference in New Issue