Fixed some small bugs
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user