Skip to content

Commit f6d40f4

Browse files
committed
Fix dashboard
1 parent d41eca3 commit f6d40f4

File tree

1 file changed

+1
-1
lines changed
  • container/bmclapi_dashboard/static/js

1 file changed

+1
-1
lines changed

container/bmclapi_dashboard/static/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ const calc_more_bytes = (...values) => {
212212
},
213213
"connect": () => {
214214
if (!("dashboard" in core_modules_locals)) {
215-
core_modules_locals["dashboard"] = {
215+
core_modules_locals["dashboard"] = {
216216
"refresh": () => {
217217
axios.get("/dashboard").then(resp => {
218218
if (resp.status != 200) return

0 commit comments

Comments
 (0)