Skip to content

Commit

Permalink
Fix #1101 - Add concentrator device Id in concentrator list (#1103)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbeaugrand authored Aug 18, 2022
1 parent 2caf5f7 commit c6067fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</HeaderContent>
<RowTemplate>
<MudTd DataLabel="Device" Style="word-break: break-all;">
@context.DeviceName
<MudText Typo="Typo.body1" Inline="true">@context.DeviceName</MudText><MudText Class="pl-2" Typo="Typo.caption" Style="@($"color:{Theme.CurrentTheme.Palette.GrayLight};")" Inline="true">@context.DeviceId</MudText>
</MudTd>
<MudTd DataLabel="Status" Style="text-align: center">
@if (context.IsEnabled)
Expand Down

0 comments on commit c6067fa

Please sign in to comment.