@page "/Tools/{id:guid}/Actions" @using LANCommander.Server.UI.Pages.Tools.Components @attribute [Authorize(Roles = RoleService.AdministratorRoleName)] @code { [Parameter] public Guid Id { get; set; } ActionEditor _actionEditor; }