Skip to content

Commit

Permalink
BugFix/#1385_-_Failed to sort in Edge Device list (#1479)
Browse files Browse the repository at this point in the history
* Resolve #1385

* Update src/docker-compose.yml

Co-authored-by: lucas.zembrzuski <[email protected]>
Co-authored-by: Kevin BEAUGRAND <[email protected]>
  • Loading branch information
3 people authored Oct 28, 2022
1 parent 393c73c commit 797a769
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
</ToolBarContent>
<HeaderContent>
<MudTh></MudTh>
<MudTh><MudTableSortLabel SortLabel="DeviceId" T="IoTEdgeListItem" id="sortDeviceId">Device ID</MudTableSortLabel></MudTh>
<MudTh><MudTableSortLabel SortLabel="Id" T="IoTEdgeListItem" id="sortDeviceId">Device ID</MudTableSortLabel></MudTh>
<MudTh Style="text-align: center"><MudTableSortLabel SortLabel="IsEnabled" T="IoTEdgeListItem">Allowed</MudTableSortLabel></MudTh>
<MudTh Style="text-align: center"><MudTableSortLabel SortLabel="Nb devices" T="IoTEdgeListItem">Nb devices</MudTableSortLabel></MudTh>
<MudTh Style="text-align: center">See details</MudTh>
Expand Down

0 comments on commit 797a769

Please sign in to comment.