We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ea0bdc commit 39e9d26Copy full SHA for 39e9d26
apps/frontend/src/pages/servers/manage/[id].vue
@@ -601,7 +601,7 @@ const updateStats = (currentStats: Stats["current"]) => {
601
const updatePowerState = (state: ServerState) => {
602
console.log("Power state:", state);
603
serverPowerState.value = state;
604
- if (state === "stopped") {
+ if (state === "stopped" || state === "crashed") {
605
stopUptimeUpdates();
606
uptimeSeconds.value = 0;
607
}
0 commit comments