diff client/src/components/toolbar/Toolbar.vue @ 5036:8f421cd3c746 time-sliding

client: Implemented first version of time-sliding
author Fadi Abbud <fadi.abbud@intevation.de>
date Thu, 27 Feb 2020 09:18:17 +0100
parents 869505c5087b
children 066b76ef5e6a
line wrap: on
line diff
--- a/client/src/components/toolbar/Toolbar.vue	Fri Feb 21 10:08:32 2020 +0100
+++ b/client/src/components/toolbar/Toolbar.vue	Thu Feb 27 09:18:17 2020 +0100
@@ -14,6 +14,7 @@
       <Linetool />
       <Polygontool />
       <Pdftool />
+      <TimeSlider />
     </div>
     <div
       @click="$store.commit('application/expandToolbar', !expandToolbar)"
@@ -128,7 +129,8 @@
     Profiles: () => import("./Profiles"),
     Gauges: () => import("./Gauges"),
     Pdftool: () => import("./Pdftool"),
-    AvailableFairwayDepth: () => import("./AvailableFairwayDepth")
+    AvailableFairwayDepth: () => import("./AvailableFairwayDepth"),
+    TimeSlider: () => import("./TimeSlider")
   },
   computed: {
     ...mapState("application", ["expandToolbar"])