Show exports page only for administrator
This commit is contained in:
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
<PageTitle>Тестирование экспорта</PageTitle>
|
<PageTitle>Тестирование экспорта</PageTitle>
|
||||||
|
|
||||||
<AuthorizeView>
|
<AuthorizeView Roles="@AppRole.ADMINISTRATOR_TYPE">
|
||||||
<RadzenSplitter Orientation="Orientation.Vertical" Style="height: 100%; border: 1px solid rgba(0,0,0,.08);">
|
<RadzenSplitter Orientation="Orientation.Vertical" Style="height: 100%; border: 1px solid rgba(0,0,0,.08);">
|
||||||
<RadzenSplitterPane Size="200px">
|
<RadzenSplitterPane Size="200px">
|
||||||
<div style="height: 100%;overflow: auto;">
|
<div style="height: 100%;overflow: auto;">
|
||||||
|
|||||||
@ -3,6 +3,7 @@
|
|||||||
@using Hcs.WebApp
|
@using Hcs.WebApp
|
||||||
@using Hcs.WebApp.Components
|
@using Hcs.WebApp.Components
|
||||||
@using Hcs.WebApp.Components.Shared
|
@using Hcs.WebApp.Components.Shared
|
||||||
|
@using Hcs.WebApp.Data
|
||||||
@using Microsoft.AspNetCore.Components.Authorization
|
@using Microsoft.AspNetCore.Components.Authorization
|
||||||
@using Microsoft.AspNetCore.Components.Forms
|
@using Microsoft.AspNetCore.Components.Forms
|
||||||
@using Microsoft.AspNetCore.Components.Routing
|
@using Microsoft.AspNetCore.Components.Routing
|
||||||
|
|||||||
Reference in New Issue
Block a user