Fixed some small bugs
This commit is contained in:
parent
f48ec2245c
commit
f1aace98c3
3 changed files with 3 additions and 3 deletions
Moonlight
|
@ -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)
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue