summaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2025-12-03 19:24:23 +0700
committeraltaf-creator <dev@altafcreator.com>2025-12-03 19:24:23 +0700
commit417089a9f4b7d0d0cf8b2e836742503e324787c5 (patch)
tree5c6c626ed7efebf1374795cda7ad8e47e4651075 /frontend
parent31172f0dab003b20dda63c6ec32d6465be093d21 (diff)
a
Diffstat (limited to 'frontend')
-rw-r--r--frontend/status.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/status.js b/frontend/status.js
index 446c655..3d92fc1 100644
--- a/frontend/status.js
+++ b/frontend/status.js
@@ -2,7 +2,7 @@ startUpdateMachines();
(async () => {
const urlParams = new URLSearchParams(window.location.search);
- const blk = await information(urlParams.get("machine"))["block"];
+ const blk = await information(urlParams.get("machine"));
console.log("blk", blk);
document.getElementById("status-title").innerHTML = `Machine Status for H${blk ? blk : '?'}`
})();