Add campaigns page
This commit is contained in:
@ -28,6 +28,8 @@
|
||||
<RadzenPanelMenuItem Path="/" Text="Главная" Icon="home" />
|
||||
<AuthorizeView Roles="@($"{AppRole.ADMINISTRATOR_TYPE},{AppRole.OPERATOR_TYPE}")">
|
||||
<Authorized>
|
||||
<RadzenPanelMenuItem Path="/campaigns" Text="Кампании" Icon="graph_2" />
|
||||
<RadzenPanelMenuItem Path="/operations" Text="Операции" Icon="construction" />
|
||||
<RadzenPanelMenuItem Text="Справочники" Icon="book_2">
|
||||
<RadzenPanelMenuItem Path="/registry/common" Text="Общие" />
|
||||
<RadzenPanelMenuItem Path="/registry/private" Text="Частные" />
|
||||
|
||||
Reference in New Issue
Block a user