diff --git a/neode-ui/src/views/dashboard/ConnectionBanner.vue b/neode-ui/src/views/dashboard/ConnectionBanner.vue
index 222d654c..22fade02 100644
--- a/neode-ui/src/views/dashboard/ConnectionBanner.vue
+++ b/neode-ui/src/views/dashboard/ConnectionBanner.vue
@@ -1,25 +1,37 @@
-
-
-
-
-
- {{ isRestarting ? 'Server is restarting...' : isShuttingDown ? 'Server is shutting down...' : 'Connection lost' }}
-
-
-
+
+
+
+
+
+
+
+ {{ isRestarting ? 'Server is restarting...' : isShuttingDown ? 'Server is shutting down...' : 'Connection lost' }}
+
+
+
+
-
-
-
-
-
Reconnecting...
-
-
+
+
+
+
+
+
Reconnecting...
+
+
+
+
+
+