diff options
| author | altaf-creator <dev@altafcreator.com> | 2025-12-02 17:13:27 +0700 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2025-12-02 17:13:27 +0700 |
| commit | 8cdf88e7e5a1de644f5df22516f89765494d86ac (patch) | |
| tree | 86e351687dc7fff749e4027684e5121eb2821e2b /frontend | |
| parent | 2d1c75369d8e201fa32a891ff747a8e9ebd3e2d5 (diff) | |
machine_id set to be all url params
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |
