Added some node ui

This commit is contained in:
Masu-Baumgartner
2024-09-03 16:54:33 +02:00
parent 278c8acf16
commit b86e867cff
4 changed files with 41 additions and 13 deletions

View File

@@ -5,6 +5,7 @@
@using MoonlightServers.Client.UI.Components.Forms
@using MoonlightServers.Shared.Http.Requests.Admin.Nodes
@using MoonlightServers.Shared.Http.Responses.Admin.Nodes
@using MoonlightServers.Client.UI.Components.Partials
@inject HttpApiClient HttpApiClient
@@ -29,7 +30,7 @@
<DetailView>
<SmartTabs>
<SmartTab Name="Overview">
<h3 class="text-2xl text-blue-500">Overview owo</h3>
<NodeOverview NodeId="@context.Id" />
</SmartTab>
<SmartTab Name="Allocations">
<AllocationEditor NodeId="@context.Id" />