From 3132214a3653dd902596291a7cbe30764aaec093 Mon Sep 17 00:00:00 2001 From: Niko Date: Tue, 30 May 2023 15:55:00 +0200 Subject: [PATCH] clean up for metric implementation --- ActiveBOWeb/src/components/ControlPanel.vue | 37 +---- ActiveBOWeb/src/components/RosBar.vue | 143 ++++++-------------- ActiveBOWeb/src/store/ControlStore.js | 6 +- 3 files changed, 49 insertions(+), 137 deletions(-) diff --git a/ActiveBOWeb/src/components/ControlPanel.vue b/ActiveBOWeb/src/components/ControlPanel.vue index 71724d5..7b8cf3a 100644 --- a/ActiveBOWeb/src/components/ControlPanel.vue +++ b/ActiveBOWeb/src/components/ControlPanel.vue @@ -39,7 +39,6 @@ :min="10" :max="200" thumb-label - :disabled="episodeRef" /> @@ -81,7 +77,7 @@