File tree 3 files changed +2
-6
lines changed
3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 59
59
</AuthorizeView >
60
60
61
61
<MudMainContent >
62
- <MudContainer Class =" py-5" MaxWidth =" MaxWidth.Small " >
62
+ <MudContainer Class =" py-5" MaxWidth =" MaxWidth.Medium " >
63
63
@Body
64
64
</MudContainer >
65
65
</MudMainContent >
Original file line number Diff line number Diff line change 7
7
@attribute [StreamRendering]
8
8
<PageTitle >User Logins</PageTitle >
9
9
10
- <h1 >User Logins</h1 >
11
-
12
10
<MudDataGrid T =" UserLoginDto" MultiSelection =" true" Items =" @_userLogins" SortMode =" SortMode.Multiple" Filterable =" true" QuickFilter =" @SearchFilter"
13
11
Hideable =" true" RowClick =" @RowClicked" SelectedItemsChanged =" @SelectedItemsChanged" Virtualize >
14
12
<ToolBarContent >
Original file line number Diff line number Diff line change 5
5
@using Microsoft .AspNetCore .Authorization
6
6
@attribute [Authorize(Roles = "Admin")]
7
7
@attribute [StreamRendering]
8
- <PageTitle >Admin</PageTitle >
9
-
10
- <h1 >Admin</h1 >
8
+ <PageTitle >Users</PageTitle >
11
9
12
10
<MudDataGrid T =" UserDto" MultiSelection =" true" Items =" @_users" SortMode =" SortMode.Multiple" Filterable =" true" QuickFilter =" @SearchFilter"
13
11
Hideable =" true" RowClick =" @RowClicked" SelectedItemsChanged =" @SelectedItemsChanged" Virtualize >
You can’t perform that action at this time.
0 commit comments