changeset 900:62a30a78ac2f

morptool right
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 02 Oct 2018 16:10:50 +0200
parents 038ba806f323
children 36731fbe51a2
files client/src/application/Morphtool.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/application/Morphtool.vue	Tue Oct 02 16:07:12 2018 +0200
+++ b/client/src/application/Morphtool.vue	Tue Oct 02 16:10:50 2018 +0200
@@ -18,7 +18,7 @@
             <div class="d-flex flex-row justify-content-between">
                 <i class="fa fa-close text-danger"></i>
                 <small>Bottleneck:&nbsp;</small>
-                <h6>{{selectedBottleneck.get("objnam")}}</h6>
+                <h6>{{selectedBottleneck.get("objnam")}} <small>( {{selectedMorph.date_info}} )</small></h6>
             </div>
         </div>
     </div>