Browse Source

Merge pull request #300 from Moonlight-Panel/SmallFixes

Fixed some small bugs
Marcel Baumgartner 1 year ago
parent
commit
dda302ebf1

+ 1 - 1
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)

+ 1 - 1
Moonlight/Shared/Views/Admin/Statistics/Index.razor

@@ -13,7 +13,7 @@
 
 @attribute [PermissionRequired(nameof(Permissions.AdminStatistics))]
 
-<AdminStatisticsNavigation />
+<AdminStatisticsNavigation Index="0" />
 
 <div class="row mb-2">
     <div class="col-12 col-lg-6 col-xl">

+ 1 - 1
Moonlight/Shared/Views/Admin/Statistics/Live.razor

@@ -13,7 +13,7 @@
 
 @attribute [PermissionRequired(nameof(Permissions.AdminStatisticsLive))]
 
-<AdminStatisticsNavigation />
+<AdminStatisticsNavigation Index="1" />
 
 <div class="row">
     <div class="col-12 col-md-3 mb-3">