diff options
| author | altaf-creator <dev@altafcreator.com> | 2025-12-02 17:13:58 +0700 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2025-12-02 17:13:58 +0700 |
| commit | e9794b9b003e04255e2b9008d567434aff8f78f2 (patch) | |
| tree | a02dbe1b46cc44775a67dea98c6d788cea8eac9e | |
| parent | 8cdf88e7e5a1de644f5df22516f89765494d86ac (diff) | |
apologies. i mean machine
| -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 f83d20d..34d263b 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("machine_id")); + await information(urlParams.get("machine")); console.log("info done") updateMachines(); |
