Require admin for file manager
This commit is contained in:
parent
3647418004
commit
eab9f1d0f2
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
@page "/Files"
|
@page "/Files"
|
||||||
@using LANCommander.Components.FileManagerComponents
|
@using LANCommander.Components.FileManagerComponents
|
||||||
|
@attribute [Authorize(Roles = "Administrator")]
|
||||||
|
|
||||||
<FileManager WorkingDirectory="@RootPath" />
|
<FileManager WorkingDirectory="@RootPath" />
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue