From 3dad046420715faafabe19eeb0cf2c2b63757507 Mon Sep 17 00:00:00 2001 From: Philipp Klaus Date: Sat, 23 Sep 2017 11:37:42 +0800 Subject: [PATCH] DASH: add tooltip to PV link & rm leftover tag --- python_suite/dashboard/views/pv_overview_bootstrap.jinja2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python_suite/dashboard/views/pv_overview_bootstrap.jinja2 b/python_suite/dashboard/views/pv_overview_bootstrap.jinja2 index 96ccfcf..60b5717 100644 --- a/python_suite/dashboard/views/pv_overview_bootstrap.jinja2 +++ b/python_suite/dashboard/views/pv_overview_bootstrap.jinja2 @@ -26,7 +26,7 @@
{{ PV.alias or PV.name }}
- PV + PV @@ -48,7 +48,7 @@ {{ PV.unit }}
-
+
{% if (loop.index0 % 3 == 2) or loop.last %} -- 2.43.0