diff options
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}` +})(); |
