diff --git a/MoonlightServers.Client/UI/Components/Forms/AllocationEditor.razor b/MoonlightServers.Client/UI/Components/Forms/AllocationEditor.razor index 82aa6a1..b478f64 100644 --- a/MoonlightServers.Client/UI/Components/Forms/AllocationEditor.razor +++ b/MoonlightServers.Client/UI/Components/Forms/AllocationEditor.razor @@ -5,18 +5,16 @@ @inject HttpApiClient HttpApiClient -
- - - - - - - -
+ + + + + + + @code { diff --git a/MoonlightServers.Client/UI/Components/Partials/NodeLogs.razor b/MoonlightServers.Client/UI/Components/Partials/NodeLogs.razor new file mode 100644 index 0000000..6b090f1 --- /dev/null +++ b/MoonlightServers.Client/UI/Components/Partials/NodeLogs.razor @@ -0,0 +1,47 @@ +
+
+
+
+
+ +
+ +
+
+
+ +
+ 10:43:29 [INF] ExecutionContext Loaded server 44 [23/25]
+ 10:43:29 [INF] ExecutionContext Loaded server 45 [24/25]
+ 10:43:29 [INF] ExecutionContext Loaded server 50 [25/25]
+ 10:43:29 [INF] ExecutionContext Fetched servers. Closing websocket connection
+ 10:43:29 [INF] AsyncTaskMethodBuilder Finishing boot
+ 10:43:29 [INF] AsyncTaskMethodBuilder Restoring docker containers
+ 10:43:29 [INF] ExecutionContext Restored server 35 and reattached stream
+ 10:43:29 [INF] ExecutionContext Restored server 19 and reattached stream
+ 10:43:29 [INF] ExecutionContext Restored server 2 and reattached stream
+ 10:43:29 [INF] ExecutionContext Restored server 9 and reattached stream
+ 10:43:29 [INF] ExecutionContext Restored server 44 and reattached stream
+ 10:43:29 [INF] ExecutionContext Restored server 45 and reattached stream
+ 10:43:29 [INF] ExecutionContext Restored server 42 and reattached stream
+ 10:43:29 [INF] ExecutionContext Restored server 39 and reattached stream
+ 10:43:29 [INF] ExecutionContext Restored server 17 and reattached stream
+ 10:43:29 [INF] ExecutionContext Restored server 15 and reattached stream
+ 10:43:29 [INF] ExecutionContext Restored server 12 and reattached stream
+ 10:50:08 [FTL] ConnectionManager Connection id "0HN65LD3UMODC" application never completed.
+ 11:20:29 [FTL] ConnectionManager Connection id "0HN65LD3UMOE9" application never completed.
+ 15:53:04 [FTL] ConnectionManager Connection id "0HN65LD3UMPS5" application never completed.
+ 15:53:04 [FTL] ConnectionManager Connection id "0HN65LD3UMPN2" application never completed.
+ 15:53:04 [FTL] ConnectionManager Connection id "0HN65LD3UMPN9" application never completed.
+ 15:53:04 [FTL] ConnectionManager Connection id "0HN65LD3UMPRK" application never completed.
+ 20:11:22 [WRN] AsyncTaskMethodBuilder`1 Invalid username format received. Username: 'anonymous', Password: 'IEUser
+
+
+ +@code +{ + [Parameter] public int NodeId { get; set; } +} \ No newline at end of file diff --git a/MoonlightServers.Client/UI/Components/Partials/NodeOverview.razor b/MoonlightServers.Client/UI/Components/Partials/NodeOverview.razor new file mode 100644 index 0000000..4656be1 --- /dev/null +++ b/MoonlightServers.Client/UI/Components/Partials/NodeOverview.razor @@ -0,0 +1,15 @@ +
+ + + + + + + + +
+ +@code +{ + [Parameter] public int NodeId { get; set; } +} \ No newline at end of file diff --git a/MoonlightServers.Client/UI/Views/Admin/Nodes.razor b/MoonlightServers.Client/UI/Views/Admin/Nodes.razor index b401824..6e7e5c9 100644 --- a/MoonlightServers.Client/UI/Views/Admin/Nodes.razor +++ b/MoonlightServers.Client/UI/Views/Admin/Nodes.razor @@ -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,11 +30,14 @@ -

Overview owo

+
+ + +