Skip to content

Commit

Permalink
feat: add local Profile Synchronization to wireless network (#2297)
Browse files Browse the repository at this point in the history
  • Loading branch information
madhavilosetty-intel authored Oct 29, 2024
1 parent 5971406 commit 3552bec
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,12 @@
<div class="flex flex-50 justify-end">
<span class="mat-h3">{{ networkResults?.wireless?.sharedDynamicIP ? 'Yes' : 'No' }}</span>
</div>
<div class="flex flex-50">
<p>Local Profile Synchronization</p>
</div>
<div class="flex flex-50 justify-end">
<span class="mat-h3">{{ networkResults?.wireless?.wifiPortConfigService?.localProfileSynchronizationEnabled === 1 ? 'enabled' : 'disabled'}}</span>
</div>
</div>
</mat-card-content>
</mat-card>
Expand Down

0 comments on commit 3552bec

Please sign in to comment.