From: Philipp Klaus Date: Fri, 29 Sep 2017 12:51:10 +0000 (+0800) Subject: DASH: pv_details: row (=) instead of colum (||) striping X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=447cdce565aada3d951057f7e2dd12acdb4e820f;p=mvd_epics.git DASH: pv_details: row (=) instead of colum (||) striping --- diff --git a/python_suite/dashboard/views/pv_details_bootstrap.jinja2 b/python_suite/dashboard/views/pv_details_bootstrap.jinja2 index 27ef935..9aad125 100644 --- a/python_suite/dashboard/views/pv_details_bootstrap.jinja2 +++ b/python_suite/dashboard/views/pv_details_bootstrap.jinja2 @@ -8,14 +8,14 @@ {% endblock %} @@ -53,7 +53,7 @@
{% for key in PV %} -
+
{{ property_name_mapping[key] or key }}{% if key in epics_ioc_terminology %} ({{epics_ioc_terminology[key]}}){%endif%}
{{ PV[key]|string }}