11 lines
No EOL
334 B
Text
11 lines
No EOL
334 B
Text
@page "/Redistributables/{id:guid}/Archives"
|
|
@using LANCommander.Server.UI.Pages.Redistributables.Components
|
|
@attribute [Authorize(Roles = RoleService.AdministratorRoleName)]
|
|
|
|
<RedistributableEditView Id="Id" Title="Archives">
|
|
<ArchiveEditor />
|
|
</RedistributableEditView>
|
|
|
|
@code {
|
|
[Parameter] public Guid Id { get; set; }
|
|
} |