comparison client/src/components/importconfiguration/ImportDetails.vue @ 4900:bbcea42bba87 fairway-marks-import

Backed out changeset d5790fcb8df6
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 05 Feb 2020 11:15:01 +0100
parents d5790fcb8df6
children 69cc3d3047ab
comparison
equal deleted inserted replaced
4899:b2d88c680691 4900:bbcea42bba87
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>
40 </option> 43 </option>
41 </optgroup> 44 </optgroup>
42 <optgroup :label="onetimeLabel"> 45 <optgroup :label="onetimeLabel">
43 <option :value="$options.IMPORTTYPES.SOUNDINGRESULTS"> 46 <option :value="$options.IMPORTTYPES.SOUNDINGRESULTS">
44 <translate>Soundingresults</translate> 47 <translate>Soundingresults</translate>