comparison client/src/application/Morphtool.vue @ 900:62a30a78ac2f

morptool right
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 02 Oct 2018 16:10:50 +0200
parents 038ba806f323
children dd81ebefc50d
comparison
equal deleted inserted replaced
899:038ba806f323 900:62a30a78ac2f
16 </div> 16 </div>
17 <div v-if="selectedMorph" @click="clearSelection" class="ui-element shadow morphtool"> 17 <div v-if="selectedMorph" @click="clearSelection" class="ui-element shadow morphtool">
18 <div class="d-flex flex-row justify-content-between"> 18 <div class="d-flex flex-row justify-content-between">
19 <i class="fa fa-close text-danger"></i> 19 <i class="fa fa-close text-danger"></i>
20 <small>Bottleneck:&nbsp;</small> 20 <small>Bottleneck:&nbsp;</small>
21 <h6>{{selectedBottleneck.get("objnam")}}</h6> 21 <h6>{{selectedBottleneck.get("objnam")}} <small>( {{selectedMorph.date_info}} )</small></h6>
22 </div> 22 </div>
23 </div> 23 </div>
24 </div> 24 </div>
25 </template> 25 </template>
26 26