diff client/src/components/toolbar/Toolbar.vue @ 2596:8774054959a7

client: added Gauges dialog/tool to show waterlevel diagrams
author Markus Kottlaender <markus@intevation.de>
date Tue, 12 Mar 2019 12:07:02 +0100
parents bb5286acfee2
children 6c5364ff0abb
line wrap: on
line diff
--- a/client/src/components/toolbar/Toolbar.vue	Tue Mar 12 11:44:29 2019 +0100
+++ b/client/src/components/toolbar/Toolbar.vue	Tue Mar 12 12:07:02 2019 +0100
@@ -6,12 +6,13 @@
           (expandToolbar ? 'expanded' : 'collapsed')
       "
     >
-      <Identify class="pointer"></Identify>
-      <Layers class="pointer"></Layers>
-      <Profiles class="pointer"></Profiles>
-      <Linetool class="pointer"></Linetool>
-      <Polygontool class="pointer"></Polygontool>
-      <Pdftool class="pointer"></Pdftool>
+      <Identify class="pointer" />
+      <Layers class="pointer" />
+      <Profiles class="pointer" />
+      <Gauges class="pointer" />
+      <Linetool class="pointer" />
+      <Polygontool class="pointer" />
+      <Pdftool class="pointer" />
     </div>
     <div
       @click="$store.commit('application/expandToolbar', !expandToolbar)"
@@ -120,6 +121,7 @@
     Linetool: () => import("./Linetool.vue"),
     Polygontool: () => import("./Polygontool.vue"),
     Profiles: () => import("./Profiles.vue"),
+    Gauges: () => import("./Gauges.vue"),
     Pdftool: () => import("./Pdftool.vue")
   },
   computed: {