Add campaigns page

This commit is contained in:
2025-11-05 10:38:15 +09:00
parent af920ebb1a
commit 9101d1bf4c
5 changed files with 141 additions and 2 deletions

View File

@ -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="Частные" />