From a21bf5b045d8586da0ce11a9d589cd1a3778807c Mon Sep 17 00:00:00 2001 From: "nikolaus.feith" Date: Mon, 6 Mar 2023 15:43:53 +0100 Subject: [PATCH] manually finished --- ActiveBOWeb/src/components/ControlPanel.vue | 52 +++++++++++++++------ ActiveBOWeb/src/store/ControlStore.js | 2 +- 2 files changed, 39 insertions(+), 15 deletions(-) diff --git a/ActiveBOWeb/src/components/ControlPanel.vue b/ActiveBOWeb/src/components/ControlPanel.vue index a1d0c12..97b730e 100644 --- a/ActiveBOWeb/src/components/ControlPanel.vue +++ b/ActiveBOWeb/src/components/ControlPanel.vue @@ -13,7 +13,8 @@ :step="1" :min="10" :max="200" - thumb-label/> + thumb-label + /> + thumb-label + /> + thumb-label + :disabled="episodeRef" + /> + thumb-label + :disabled="runRef" + /> + thumb-label + :disabled="greedyRef" + /> Send Weights Run @@ -57,21 +65,17 @@