comparison client/src/components/map/MapPopup.vue @ 5592:613612ce0ff6 surveysperbottleneckid

In addition to objnam display bottleneck_id in MapPopup
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 06 Apr 2022 15:08:00 +0200
parents 923ef002a4fa
children 84d01a536bec
comparison
equal deleted inserted replaced
5591:0011f50cf216 5592:613612ce0ff6
4 <div class="p-1 small text-nowrap" style="margin-top: -0.25rem"> 4 <div class="p-1 small text-nowrap" style="margin-top: -0.25rem">
5 <div 5 <div
6 class="d-flex flex-nowrap justify-content-between align-items-center mt-1" 6 class="d-flex flex-nowrap justify-content-between align-items-center mt-1"
7 v-if="bottlenecks.length" 7 v-if="bottlenecks.length"
8 v-for="bottleneck in bottlenecks" 8 v-for="bottleneck in bottlenecks"
9 :key="bottleneck.get('objnam')" 9 :key="bottleneck.get('bottleneck_id')"
10 > 10 >
11 <div class="mr-2"> 11 <div class="mr-2">
12 <font-awesome-icon icon="ship" class="mr-1" fixed-width /> 12 <font-awesome-icon icon="ship" class="mr-1" fixed-width />
13 {{ bottleneck.get("objnam") }} 13 {{ bottleneck.get("objnam") }} [{{ bottleneck.get("bottleneck_id") }}]
14 </div> 14 </div>
15 <div> 15 <div>
16 <button 16 <button
17 class="btn btn-xs btn-info" 17 class="btn btn-xs btn-info"
18 v-tooltip="surveysLabel" 18 v-tooltip="surveysLabel"