diff --git a/LANCommander/Pages/Redistributables/Edit.razor b/LANCommander/Pages/Redistributables/Edit.razor new file mode 100644 index 0000000..97ac9fa --- /dev/null +++ b/LANCommander/Pages/Redistributables/Edit.razor @@ -0,0 +1,115 @@ +@page "/Redistributables/{id:guid}" +@page "/Redistributables/{id:guid}/{panel}" +@page "/Redistributables/Add" +@inject RedistributableService RedistributableService +@inject IMessageService MessageService +@inject NavigationManager NavigationManager + + + + + General + + @if (Redistributable.Id != Guid.Empty) + { + Scripts + } + + + + + + @Panel + + + +
+ @if (Panel == "General" || String.IsNullOrWhiteSpace(Panel)) + { +
+ + + + +