From fffb981f9f28265935799da60f036962f8e3c64f Mon Sep 17 00:00:00 2001 From: ori agranat Date: Sun, 24 Mar 2019 22:11:29 +0200 Subject: [PATCH] fixed align in range and added contours tab --- chameleon-client/src/App.vue | 2 +- .../src/components/ThresholdTab.vue | 10 ++++--- chameleon-client/src/components/ch-range.vue | 28 +++++++++---------- .../src/components/contourTab.vue | 21 ++++++++++++++ chameleon-client/src/routes.js | 4 ++- 5 files changed, 45 insertions(+), 20 deletions(-) create mode 100644 chameleon-client/src/components/contourTab.vue diff --git a/chameleon-client/src/App.vue b/chameleon-client/src/App.vue index 1c4bc6c00..3604a5e64 100644 --- a/chameleon-client/src/App.vue +++ b/chameleon-client/src/App.vue @@ -12,6 +12,7 @@ Input Threshold + Contours