diff options
| author | altaf-creator <dev@altafcreator.com> | 2025-12-03 17:48:33 +0700 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2025-12-03 17:48:33 +0700 |
| commit | 84ef4a0d051d180724ebc38b474aa2a355427607 (patch) | |
| tree | a6518b72f52c9a6d19f0d4bbcd8614155d419030 /frontend/status.js | |
| parent | 761cd8abbdc72836be61d327adb0c31a887d6d0b (diff) | |
frontend changes, feedback, credits, new status page
Diffstat (limited to 'frontend/status.js')
| -rw-r--r-- | frontend/status.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/frontend/status.js b/frontend/status.js new file mode 100644 index 0000000..3922317 --- /dev/null +++ b/frontend/status.js @@ -0,0 +1,7 @@ +startUpdateMachines(); + +(async () => { + const blk = await information(); + blk = blk ? '?' : blk; + document.getElementById("status-title").innerHTML = `Machine Status for H${blk}` +})(); |
