From f1aace98c3f38e8595687c8f29f8ec05fec7767d Mon Sep 17 00:00:00 2001 From: Marcel Baumgartner Date: Thu, 31 Aug 2023 01:28:56 +0200 Subject: [PATCH] Fixed some small bugs --- Moonlight/App/Helpers/Wings/WingsConsole.cs | 2 +- Moonlight/Shared/Views/Admin/Statistics/Index.razor | 2 +- Moonlight/Shared/Views/Admin/Statistics/Live.razor | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Moonlight/App/Helpers/Wings/WingsConsole.cs b/Moonlight/App/Helpers/Wings/WingsConsole.cs index 674aca4a..ed9596be 100644 --- a/Moonlight/App/Helpers/Wings/WingsConsole.cs +++ b/Moonlight/App/Helpers/Wings/WingsConsole.cs @@ -225,7 +225,7 @@ public class WingsConsole : IDisposable // we need to set the install state here // See https://github.com/pterodactyl/panel/issues/4853 // for more details - await UpdateServerState(ServerState.Installing); + //await UpdateServerState(ServerState.Installing); } foreach (var line in eventData.Args) diff --git a/Moonlight/Shared/Views/Admin/Statistics/Index.razor b/Moonlight/Shared/Views/Admin/Statistics/Index.razor index 5fc5aa3c..056c6be5 100644 --- a/Moonlight/Shared/Views/Admin/Statistics/Index.razor +++ b/Moonlight/Shared/Views/Admin/Statistics/Index.razor @@ -13,7 +13,7 @@ @attribute [PermissionRequired(nameof(Permissions.AdminStatistics))] - +
diff --git a/Moonlight/Shared/Views/Admin/Statistics/Live.razor b/Moonlight/Shared/Views/Admin/Statistics/Live.razor index fea3303a..8c3e0b55 100644 --- a/Moonlight/Shared/Views/Admin/Statistics/Live.razor +++ b/Moonlight/Shared/Views/Admin/Statistics/Live.razor @@ -13,7 +13,7 @@ @attribute [PermissionRequired(nameof(Permissions.AdminStatisticsLive))] - +