From 8cdf88e7e5a1de644f5df22516f89765494d86ac Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Tue, 2 Dec 2025 17:13:27 +0700 Subject: machine_id set to be all url params --- frontend/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/main.js') diff --git a/frontend/main.js b/frontend/main.js index f22c2d7..f83d20d 100644 --- a/frontend/main.js +++ b/frontend/main.js @@ -100,7 +100,7 @@ const STATUS_INTERVAL = 30 async function startUpdateMachines() { const urlParams = new URLSearchParams(window.location.search); - await information(urlParams.get("block")); + await information(urlParams.get("machine_id")); console.log("info done") updateMachines(); -- cgit v1.2.3