changeset 4450:41dd97f8c905

Constrain threshold for availability of gauges measurements to 14 days Only measurements within the last 14 days are taken into account. Therefore, a higher threshold makes no sense.
author Tom Gottfried <tom@intevation.de>
date Fri, 20 Sep 2019 13:33:23 +0200
parents ce884af9f42f
children 5e62c467e145
files client/src/components/systemconfiguration/DataAccuracy.vue
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/systemconfiguration/DataAccuracy.vue	Fri Sep 20 13:22:45 2019 +0200
+++ b/client/src/components/systemconfiguration/DataAccuracy.vue	Fri Sep 20 13:33:23 2019 +0200
@@ -110,6 +110,7 @@
                     type="number"
                     step="1"
                     min="1"
+                    max="336"
                     class="form-control form-control-sm mx-1"
                     style="width: 55px"
                     v-model="config.gm_latest_hours"