diff --git a/web/newWebsite/GaugGroup.js b/web/newWebsite/GaugGroup.js index 8b9e427..cf3c1f4 100644 --- a/web/newWebsite/GaugGroup.js +++ b/web/newWebsite/GaugGroup.js @@ -13,6 +13,7 @@ class GaugeGroup { this.element.innerHTML = `

${this.nodeId} - ${this.location}

+ ${Array(this.gaugesCount).fill().map((_, i) => `
@@ -26,7 +27,7 @@ class GaugeGroup { `).join('')}
-
+
`; diff --git a/web/newWebsite/styles/dashboard-styles.css b/web/newWebsite/styles/dashboard-styles.css index d550f41..e4e367a 100644 --- a/web/newWebsite/styles/dashboard-styles.css +++ b/web/newWebsite/styles/dashboard-styles.css @@ -190,11 +190,11 @@ body { justify-content: center; display: flex; width: 20vw; - z-index: -0; } * .disabled { opacity: 0; height: 0; + } \ No newline at end of file