# HG changeset patch # User Thomas Junk # Date 1575547275 -3600 # Node ID 544e5a2eacb6a8832d2b97bfdfa618de1831ae60 # Parent 1a9e3e5feaa7f28777fe7d4d2953e9dfee1c8f0f Prepare formatting of ref gauges as links diff -r 1a9e3e5feaa7 -r 544e5a2eacb6 client/src/components/identify/Identify.vue --- a/client/src/components/identify/Identify.vue Wed Dec 04 16:00:19 2019 +0100 +++ b/client/src/components/identify/Identify.vue Thu Dec 05 13:01:15 2019 +0100 @@ -162,8 +162,14 @@ v-if="prop.val" class="d-flex justify-content-between px-2" > - {{ prop.key }} - {{ prop.val }} + + diff -r 1a9e3e5feaa7 -r 544e5a2eacb6 client/src/components/identify/formatter.js --- a/client/src/components/identify/formatter.js Wed Dec 04 16:00:19 2019 +0100 +++ b/client/src/components/identify/formatter.js Thu Dec 05 13:01:15 2019 +0100 @@ -31,7 +31,6 @@ p.key = app.$gettext("Responsible Country"); if (p.key === "fa_date_info") p.key = app.$gettext("Fairway Date"); if (p.key === "fa_critical") p.key = app.$gettext("Fairway Critical"); - if (p.key === "gauge_objname") p.key = app.$gettext("Reference Gauge"); if (p.key === "source_organization") p.key = app.$gettext("Source Organization"); if (p.key === "gm_measuredate")