Started adding allocation editor
This commit is contained in:
@@ -35,7 +35,6 @@
|
|||||||
<Folder Include="Helpers\" />
|
<Folder Include="Helpers\" />
|
||||||
<Folder Include="Models\" />
|
<Folder Include="Models\" />
|
||||||
<Folder Include="Services\" />
|
<Folder Include="Services\" />
|
||||||
<Folder Include="UI\Components\" />
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
<h3 class="text-xl2 text-blue-500">Allocation editor</h3>
|
||||||
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
@using Moonlight.Client.App.Models.Crud
|
@using Moonlight.Client.App.Models.Crud
|
||||||
@using Moonlight.Shared.Http.Resources
|
@using Moonlight.Shared.Http.Resources
|
||||||
|
@using MoonlightServers.Client.UI.Components.Forms
|
||||||
@using MoonlightServers.Shared.Http.Requests.Admin.Nodes
|
@using MoonlightServers.Shared.Http.Requests.Admin.Nodes
|
||||||
@using MoonlightServers.Shared.Http.Responses.Admin.Nodes
|
@using MoonlightServers.Shared.Http.Responses.Admin.Nodes
|
||||||
|
|
||||||
@@ -82,6 +83,11 @@
|
|||||||
.DefaultPage
|
.DefaultPage
|
||||||
.DefaultSection
|
.DefaultSection
|
||||||
.AddProperty(x => x.SslEnabled);
|
.AddProperty(x => x.SslEnabled);
|
||||||
|
|
||||||
|
option
|
||||||
|
.WithPage("Allocations")
|
||||||
|
.DefaultSection
|
||||||
|
.AddComponent<AllocationEditor>();
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user