From c9cc65813523dbe3b4d0f7eb3cd3a2e14c161240 Mon Sep 17 00:00:00 2001 From: Niko Date: Tue, 30 May 2023 16:28:40 +0200 Subject: [PATCH] clean up for metric implementation --- ActiveBOWeb/src/components/SideBar.vue | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ActiveBOWeb/src/components/SideBar.vue b/ActiveBOWeb/src/components/SideBar.vue index 2a49940..9ce4946 100644 --- a/ActiveBOWeb/src/components/SideBar.vue +++ b/ActiveBOWeb/src/components/SideBar.vue @@ -6,6 +6,15 @@ mdi-pause + + +
+Current
+  Run:
+   1
+        
+
+
@@ -23,4 +32,8 @@ const store = useBWStore(); box-shadow: none; border-radius: 0; } + +pre { + margin: 0; +}