Skip to content

Commit

Permalink
Fix dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
tianxiu2b2t committed Mar 10, 2024
1 parent b5f2ace commit d41eca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/bmclapi_dashboard/static/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d41eca3

Please sign in to comment.