Skip to content

Commit

Permalink
Fix edge connection state
Browse files Browse the repository at this point in the history
  • Loading branch information
kbeaugrand committed Jun 26, 2023
1 parent 6c87b1d commit a76e12a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
</MudItem>
</MudTd>
<MudTd DataLabel="Status" Style="text-align: center">
@if (context.Status == "Enabled")
@if (context.Status == "Connected")
{
<MudTooltip Text="Device is connected">
<MudIcon Icon="@Icons.Material.Filled.CheckCircle" Color="Color.Success" />
Expand Down

0 comments on commit a76e12a

Please sign in to comment.