We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d41eca3 commit f6d40f4Copy full SHA for f6d40f4
container/bmclapi_dashboard/static/js/index.js
@@ -212,7 +212,7 @@ const calc_more_bytes = (...values) => {
212
},
213
"connect": () => {
214
if (!("dashboard" in core_modules_locals)) {
215
- core_modules_locals["dashboard"] = {
+ core_modules_locals["dashboard"] = {
216
"refresh": () => {
217
axios.get("/dashboard").then(resp => {
218
if (resp.status != 200) return
0 commit comments