diff --git a/container/bmclapi_dashboard/static/js/index.js b/container/bmclapi_dashboard/static/js/index.js index 76effed..bd09328 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)) { - c = { + core_modules_locals["dashboard"] = { "refresh": () => { axios.get("/dashboard").then(resp => { if (resp.status != 200) return