From 326b8f0d7498f996e20378dad304afe234d1c730 Mon Sep 17 00:00:00 2001 From: Niko Date: Mon, 19 Jun 2023 16:11:01 +0200 Subject: [PATCH] dynamic change of the metric parameters --- ActiveBOWeb/src/components/WeightTuner.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ActiveBOWeb/src/components/WeightTuner.vue b/ActiveBOWeb/src/components/WeightTuner.vue index 8732694..fa5345b 100644 --- a/ActiveBOWeb/src/components/WeightTuner.vue +++ b/ActiveBOWeb/src/components/WeightTuner.vue @@ -12,8 +12,11 @@ :min="-1" :max="1" :interval="0.01" + :disabled="store.weights_fixed[idx]" + /> + -