Merge pull request #71 from MycroftAI/remove-ip-address

Remove IP address from Mark II device information
pull/78/head
Chris Veilleux 2022-03-03 10:43:03 -06:00 committed by GitHub
commit 39003b9fba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 5 deletions

View File

@ -26,11 +26,13 @@
[value]="device.coreVersion"
>
</account-display-field>
<account-display-field *ngIf="device.pantacorConfig.pantacorId"
[label]="'IP Address'"
[value]="device.pantacorConfig.ipAddress"
>
</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>-->
<button
mat-flat-button
*ngIf="device.pantacorConfig.autoUpdate === false" (click)="applySoftwareUpdate()"