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
commit dda302ebf1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
// 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)

View file

@ -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">

View file

@ -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">