diff client/src/components/Statistics.vue @ 3185:505414dfe3e7

available_fairway_depth: move statistic dialog to store
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 07 May 2019 17:38:25 +0200
parents 1ba2a7d22fbb
children c0cd5dfec153
line wrap: on
line diff
--- a/client/src/components/Statistics.vue	Tue May 07 16:59:11 2019 +0200
+++ b/client/src/components/Statistics.vue	Tue May 07 17:38:25 2019 +0200
@@ -44,6 +44,28 @@
             >
           </select>
         </div>
+        <div class="d-flex flex-column mt-3">
+          <div class="d-flex flex-column mb-3">
+            <small class="my-auto text-muted"
+              ><translate>Type</translate></small
+            >
+            <select class="form-control">
+              <option>Monthly</option>
+              <option>Quaterly</option>
+              <option>Yearly</option>
+            </select>
+          </div>
+          <div class="d-flex flex-column mb-3">
+            <small for="from" class="my-auto text-muted"
+              ><translate>Date from</translate></small
+            ><input id="from" class="form-control" type="date" />
+          </div>
+          <div class="d-flex flex-column">
+            <small for="to" class="my-auto text-muted"
+              ><translate>Date to</translate></small
+            ><input id="to" class="form-control" type="date" />
+          </div>
+        </div>
         <div class="mt-3">
           <button
             @click="openFairwaydepth"