diff client/src/components/toolbar/Toolbar.vue @ 5040:066b76ef5e6a time-sliding

selected time is refreshed after reloads
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 28 Feb 2020 11:32:37 +0100
parents 8f421cd3c746
children 84d01a536bec
line wrap: on
line diff
--- a/client/src/components/toolbar/Toolbar.vue	Fri Feb 28 10:29:18 2020 +0100
+++ b/client/src/components/toolbar/Toolbar.vue	Fri Feb 28 11:32:37 2020 +0100
@@ -7,6 +7,7 @@
       "
     >
       <Identify />
+      <TimeSlider />
       <Layers />
       <Profiles />
       <Gauges />
@@ -14,7 +15,6 @@
       <Linetool />
       <Polygontool />
       <Pdftool />
-      <TimeSlider />
     </div>
     <div
       @click="$store.commit('application/expandToolbar', !expandToolbar)"