From: Philipp Klaus Date: Tue, 10 Oct 2017 13:27:23 +0000 (+0200) Subject: DASH: show copy-to-clipboard btn next to PV name (pv_details) X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=69abfc7fa99a3c519f2ef2b453869c46eeff5186;p=mvd_epics.git DASH: show copy-to-clipboard btn next to PV name (pv_details) --- diff --git a/python_suite/dashboard/views/pv_details_bootstrap.jinja2 b/python_suite/dashboard/views/pv_details_bootstrap.jinja2 index 33e519b..8dbd807 100644 --- a/python_suite/dashboard/views/pv_details_bootstrap.jinja2 +++ b/python_suite/dashboard/views/pv_details_bootstrap.jinja2 @@ -27,12 +27,6 @@ {% if PV.alias %}
{{ pv_name }}
{% endif %}
-
- - -
Current Value: {% if 'switch' in PV.classes %} @@ -55,7 +49,16 @@ {% for key in PV %}
{{ property_name_mapping[key] or key }}{% if key in epics_ioc_terminology %} ({{epics_ioc_terminology[key]}}){%endif%}
-
{{ PV[key]|string }}
+
+ {{ PV[key]|string }} + {% if key == 'name' %} +
+ +
+ {% endif %} +
{% endfor %}