Skip to content

Commit

Permalink
Filter devices by device model (#1505)
Browse files Browse the repository at this point in the history
Co-authored-by: crib <[email protected]>
  • Loading branch information
ChristopheRib63 and crib authored Nov 3, 2022
1 parent 752cff3 commit e4cb453
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
</ToolBarContent>
<HeaderContent>
<MudTh></MudTh>
<MudTh>Name</MudTh>
<MudTh Style="text-align: center">Description</MudTh>
<MudTh><MudTableSortLabel SortLabel="Name" T="DeviceModelDto">Name</MudTableSortLabel></MudTh>
<MudTh Style="text-align: center"><MudTableSortLabel SortLabel="Description" T="DeviceModelDto">Description</MudTableSortLabel></MudTh>
<MudTh Style="text-align: center">Details</MudTh>
<MudTh Style="text-align: center">Delete</MudTh>
</HeaderContent>
Expand Down

0 comments on commit e4cb453

Please sign in to comment.