summaryrefslogtreecommitdiff
path: root/frontend/status.js
blob: 39223175f38dd7d70c887eda8557ace624540638 (plain)
1
2
3
4
5
6
7
startUpdateMachines();

(async () => {
	const blk = await information();
	blk = blk ? '?' : blk;
	document.getElementById("status-title").innerHTML = `Machine Status for H${blk}`
})();