]> jspc29.x-matter.uni-frankfurt.de Git - mvd_epics.git/commitdiff
DASH: border for ON/OFF switch & cursor for PVs
authorOle Artz <ole.artz@t-online.de>
Thu, 17 Aug 2017 13:21:20 +0000 (15:21 +0200)
committerOle Artz <ole.artz@t-online.de>
Thu, 17 Aug 2017 13:21:20 +0000 (15:21 +0200)
python_suite/dashboard/static/css/style.css
python_suite/dashboard/views/pv_overview.jinja2

index c296e1d8e633f91f95e02feab104460616a0e02b..14510683b04a38da43a79b43147159c95b3f484d 100644 (file)
@@ -102,6 +102,7 @@ table, th {
   display: inline-block;
   width: 8em;
   padding: 0.125em;
+  border: solid 2px #5E5E5E;
 }
 .toggle input {
   position: absolute;
index 5d005d662cc29c385a49118b36729c91ed923e91..f8fc02bbe38e625cf010ceca0a060e7d6b558d42 100644 (file)
@@ -36,7 +36,7 @@
                                                </tr>
                                                {% for pv_name in this_group.PVs %}
                                                {% set PV = config.PVs[config.PV_lookup[pv_name]] %}
-                                               <tr>
+                                               <tr style="cursor: pointer;" title="{{ PV.alias }}">
                                                        <td>{{ PV.name }}</td>
                                                        <td class="{{ PV.classes }}">
                                                                {% if 'switch' in PV.classes %}