Skip to content

Commit

Permalink
Change Edge device List is not showing the device name (#1405)
Browse files Browse the repository at this point in the history
* Change Edge device List is not showing the device name

* Remove a Inject

Co-authored-by: crib <[email protected]>
  • Loading branch information
ChristopheRib63 and crib authored Oct 24, 2022
1 parent 4a5dfb6 commit fce5fca
Show file tree
Hide file tree
Showing 5 changed files with 3,208 additions and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
@using System.Web

@attribute [Authorize]
@inject PortalSettings Portal
@inject IDialogService DialogService
@inject NavigationManager NavigationManager
@inject IEdgeDeviceClientService EdgeDeviceClientService
Expand Down Expand Up @@ -78,7 +79,7 @@
<img height="25" src="@context.ImageUrl" />
</MudTd>
<MudTd DataLabel="Device">
@context.DeviceId
<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.Status == "Enabled")
Expand Down
Loading

0 comments on commit fce5fca

Please sign in to comment.