Update common registries page
This commit is contained in:
@ -26,6 +26,14 @@
|
||||
<RadzenStack Style="height: 100%" JustifyContent="JustifyContent.SpaceBetween">
|
||||
<RadzenPanelMenu>
|
||||
<RadzenPanelMenuItem Path="/" Text="Главная" Icon="home" />
|
||||
<AuthorizeView Roles="@($"{AppRole.ADMINISTRATOR_TYPE},{AppRole.OPERATOR_TYPE}")">
|
||||
<Authorized>
|
||||
<RadzenPanelMenuItem Text="Справочники" Icon="book_2">
|
||||
<RadzenPanelMenuItem Path="/registry/common" Text="Общие" />
|
||||
<RadzenPanelMenuItem Path="/registry/private" Text="Частные" />
|
||||
</RadzenPanelMenuItem>
|
||||
</Authorized>
|
||||
</AuthorizeView>
|
||||
<AuthorizeView Roles="@AppRole.ADMINISTRATOR_TYPE">
|
||||
<Authorized>
|
||||
<RadzenPanelMenuItem Text="Тестирование" Icon="simulation">
|
||||
|
||||
Reference in New Issue
Block a user