Re-add IP address to the device information card. It should be more correct now with an update to the pantacor sync logic

pull/5/merge
Chris Veilleux 2022-03-16 12:51:22 -05:00
parent 5fcace39f6
commit 2a5b65dd7e
1 changed files with 5 additions and 7 deletions

View File

@ -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()"