comparison client/src/components/importconfiguration/ImportDetails.vue @ 5388:60bba8e6322b extented-report

Add import for updating stats. Rationale: Due to performance optimization it seems advised to decouple updating the stats for the DQL report from the actual consumption while generating the report. -- Therefore we have a new import kind "statsupdate" which is selectable for sysadmins only. It could be scheduled as any other import. The available names for which stats to update are dynamically queried from the backend.
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 02 Jul 2021 13:56:51 +0200
parents 1695e17c5a83
children 84d01a536bec
comparison
equal deleted inserted replaced
5387:8e30b926b94d 5388:60bba8e6322b
54 </option> 54 </option>
55 </optgroup> 55 </optgroup>
56 <optgroup :label="reportslabel" v-if="isSysAdmin"> 56 <optgroup :label="reportslabel" v-if="isSysAdmin">
57 <option :value="$options.IMPORTTYPES.REPORT"> 57 <option :value="$options.IMPORTTYPES.REPORT">
58 <translate>Data Quality Report</translate> 58 <translate>Data Quality Report</translate>
59 </option>
60 <option :value="$options.IMPORTTYPES.STATSUPDATE">
61 <translate>Update Stats</translate>
59 </option> 62 </option>
60 </optgroup> 63 </optgroup>
61 </select> 64 </select>
62 </div> 65 </div>
63 <ApprovedGaugeMeasurement 66 <ApprovedGaugeMeasurement