From f6d40f42f999c838333a9f455d0b7c309db353e3 Mon Sep 17 00:00:00 2001 From: tianxiu2b2t Date: Sun, 10 Mar 2024 16:40:12 +0800 Subject: [PATCH] Fix dashboard --- container/bmclapi_dashboard/static/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/bmclapi_dashboard/static/js/index.js b/container/bmclapi_dashboard/static/js/index.js index bd09328..3bac519 100644 --- a/container/bmclapi_dashboard/static/js/index.js +++ b/container/bmclapi_dashboard/static/js/index.js @@ -212,7 +212,7 @@ const calc_more_bytes = (...values) => { }, "connect": () => { if (!("dashboard" in core_modules_locals)) { - core_modules_locals["dashboard"] = { + core_modules_locals["dashboard"] = { "refresh": () => { axios.get("/dashboard").then(resp => { if (resp.status != 200) return