9 lines
No EOL
283 B
Text
9 lines
No EOL
283 B
Text
@page "/Settings/Scripts"
|
|
@using LANCommander.SDK.Enums
|
|
@attribute [Authorize(Roles = RoleService.AdministratorRoleName)]
|
|
|
|
<PageHeader Title="Scripts" />
|
|
|
|
<PageContent>
|
|
<ScriptEditor AllowedTypes="new [] { ScriptType.UserLogin, ScriptType.UserRegistration }" />
|
|
</PageContent> |