From 3ba400740cc09a992115b8713cd10854ead22beb Mon Sep 17 00:00:00 2001 From: Markus Date: Mon, 9 Oct 2023 14:58:36 +0200 Subject: [PATCH 1/2] (BIDS-652) add hide all series button --- templates/pools/charts.html | 2 +- templates/pools/pools.html | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/templates/pools/charts.html b/templates/pools/charts.html index 317c6e1893..ae0ede65e4 100644 --- a/templates/pools/charts.html +++ b/templates/pools/charts.html @@ -108,7 +108,7 @@ {{ end }} @@ -25,6 +34,23 @@ {{ end }} @@ -40,6 +66,13 @@
{{ template "performance_chart" .Data }}
+
+ + + Hide all + + +
From d012ad193e89dd4e5bbeece3cdc42baa3495b50c Mon Sep 17 00:00:00 2001 From: mawe Date: Mon, 20 Nov 2023 15:27:35 +0100 Subject: [PATCH 2/2] markup --- templates/pools/pools.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/pools/pools.html b/templates/pools/pools.html index 900f4a6101..8dbb41c5a9 100644 --- a/templates/pools/pools.html +++ b/templates/pools/pools.html @@ -66,12 +66,12 @@
{{ template "performance_chart" .Data }}
-