Merge pull request #300 from Moonlight-Panel/SmallFixes

Fixed some small bugs
This commit is contained in:
Marcel Baumgartner
2023-08-31 01:29:12 +02:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -225,7 +225,7 @@ public class WingsConsole : IDisposable
// we need to set the install state here // we need to set the install state here
// See https://github.com/pterodactyl/panel/issues/4853 // See https://github.com/pterodactyl/panel/issues/4853
// for more details // for more details
await UpdateServerState(ServerState.Installing); //await UpdateServerState(ServerState.Installing);
} }
foreach (var line in eventData.Args) foreach (var line in eventData.Args)

View File

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

View File

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