LANCommander/LANCommander.Server/UI/Pages/Settings/Scripts.razor

9 lines
No EOL
292 B
Text

@page "/Settings/Scripts"
@using LANCommander.SDK.Enums
@attribute [Authorize(Roles = RoleService.AdministratorRoleName)]
<PageHeader Title="Scripts" />
<div style="padding: 0 24px;">
<ScriptEditor AllowedTypes="new [] { ScriptType.UserLogin, ScriptType.UserRegistration }" />
</div>