# HG changeset patch # User Tom Gottfried # Date 1568885538 -7200 # Node ID 033685fe1355a514fe3202f01010f39cd654fa6f # Parent 0ca5e6c4f195f3da738790aa4af09566b7b9aa4b Fix unit of threshold The implementation clearly expects hours here. See gmAvailability() in client/src/lib/classifications.js. diff -r 0ca5e6c4f195 -r 033685fe1355 client/src/components/systemconfiguration/DataAccuracy.vue --- a/client/src/components/systemconfiguration/DataAccuracy.vue Wed Sep 18 18:04:39 2019 +0200 +++ b/client/src/components/systemconfiguration/DataAccuracy.vue Thu Sep 19 11:32:18 2019 +0200 @@ -114,7 +114,7 @@ style="width: 55px" v-model="config.gm_latest_hours" /> - days. + hours.