From 77369bd00242adfb074466a0e48b2c88c969221f Mon Sep 17 00:00:00 2001 From: Ponkhy Date: Tue, 17 Aug 2021 15:40:22 +0200 Subject: [PATCH] Fixed invisible heartbeat bar after page switch --- src/pages/Dashboard.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/pages/Dashboard.vue b/src/pages/Dashboard.vue index 89ceae304..5db704085 100644 --- a/src/pages/Dashboard.vue +++ b/src/pages/Dashboard.vue @@ -19,7 +19,7 @@ {{ item.name }} -
+
@@ -153,10 +153,6 @@ export default { } } -.hideHeartbeatBar { - display: none; -} - .monitorItem { width: 100%; }