comparison client/src/components/fairway/BottleneckDialogue.vue @ 5581:2cadfdc9960c surveysperbottleneckid

Add comments for places where name is okay.
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 14 Feb 2022 11:37:29 +0100
parents f54932eec5c0
children 215e6ba9651b
comparison
equal deleted inserted replaced
5580:0f258757e73a 5581:2cadfdc9960c
30 v-for="bn in bottlenecksForCountry" 30 v-for="bn in bottlenecksForCountry"
31 :key="bn.properties.id" 31 :key="bn.properties.id"
32 :value="bn.properties.bottleneck_id" 32 :value="bn.properties.bottleneck_id"
33 > 33 >
34 {{ bn.properties.name }} 34 {{ bn.properties.name }}
35 <!-- name for display is okay-->
35 </option> 36 </option>
36 </optgroup> 37 </optgroup>
37 </select> 38 </select>
38 <button @click="takeMeThere" class="btn btn-sm btn-info"> 39 <button @click="takeMeThere" class="btn btn-sm btn-info">
39 <font-awesome-icon icon="crosshairs" /> 40 <font-awesome-icon icon="crosshairs" />