comparison client/src/components/importconfiguration/ImportDetails.vue @ 4887:d5790fcb8df6

remove fairway marks from list of configurable imports
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 04 Feb 2020 13:29:34 +0100
parents b55120fa8913
children bbcea42bba87
comparison
equal deleted inserted replaced
4886:fb46882fa08d 4887:d5790fcb8df6
35 <option :value="$options.IMPORTTYPES.FAIRWAYAVAILABILITY"> 35 <option :value="$options.IMPORTTYPES.FAIRWAYAVAILABILITY">
36 <translate>Available fairway depths</translate> 36 <translate>Available fairway depths</translate>
37 </option> 37 </option>
38 <option :value="$options.IMPORTTYPES.GAUGEMEASUREMENT"> 38 <option :value="$options.IMPORTTYPES.GAUGEMEASUREMENT">
39 <translate>Gauge measurement</translate> 39 <translate>Gauge measurement</translate>
40 </option>
41 <option :value="$options.IMPORTTYPES.FAIRWAYMARKS">
42 <translate>Fairwaymarks</translate>
43 </option> 40 </option>
44 </optgroup> 41 </optgroup>
45 <optgroup :label="onetimeLabel"> 42 <optgroup :label="onetimeLabel">
46 <option :value="$options.IMPORTTYPES.SOUNDINGRESULTS"> 43 <option :value="$options.IMPORTTYPES.SOUNDINGRESULTS">
47 <translate>Soundingresults</translate> 44 <translate>Soundingresults</translate>