mirror of
https://github.com/chylex/Minecraft-Phantom-Panel.git
synced 2026-01-12 17:58:15 +01:00
7 lines
182 B
Plaintext
7 lines
182 B
Plaintext
@page "/agents/create"
|
|
@using Phantom.Common.Data.Web.Users
|
|
@attribute [Authorize(Permission.ManageAllAgentsPolicy)]
|
|
|
|
<h1>New Agent</h1>
|
|
<AgentAddOrEditForm EditedAgent="null" />
|