From c13573f96980ee27f671cd661e1ed3a77128a639 Mon Sep 17 00:00:00 2001 From: Julien Riou Date: Sat, 20 Mar 2021 08:49:33 +0100 Subject: [PATCH] Improve Grafana dark theme compatibility On Flexpool dashboards, some values were printed in black. They were hard to read on a dark theme. Revert back to default "green" value for improved visibility on light and dark themes. Signed-off-by: Julien Riou --- grafana/flexpool-overview.json | 12 ++++++------ grafana/flexpool-workers.json | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/grafana/flexpool-overview.json b/grafana/flexpool-overview.json index e1afc99..b277d19 100644 --- a/grafana/flexpool-overview.json +++ b/grafana/flexpool-overview.json @@ -59,7 +59,7 @@ "gnetId": null, "graphTooltip": 0, "id": null, - "iteration": 1616224784979, + "iteration": 1616226350258, "links": [], "panels": [ { @@ -919,7 +919,7 @@ "mode": "absolute", "steps": [ { - "color": "rgb(0, 0, 0)", + "color": "green", "value": null } ] @@ -1205,7 +1205,7 @@ "value": null }, { - "color": "rgb(0, 0, 0)", + "color": "green", "value": 0.00001 } ] @@ -1537,7 +1537,7 @@ "mode": "absolute", "steps": [ { - "color": "rgb(0, 0, 0)", + "color": "green", "value": null } ] @@ -2049,7 +2049,7 @@ "value": null }, { - "color": "rgb(0, 0, 0)", + "color": "green", "value": 1 } ] @@ -2851,5 +2851,5 @@ "timezone": "", "title": "Flexpool overview", "uid": "Q3JPASkgz", - "version": 5 + "version": 6 } \ No newline at end of file diff --git a/grafana/flexpool-workers.json b/grafana/flexpool-workers.json index 8111e1a..2a1b333 100644 --- a/grafana/flexpool-workers.json +++ b/grafana/flexpool-workers.json @@ -53,7 +53,7 @@ "gnetId": null, "graphTooltip": 0, "id": null, - "iteration": 1612282845458, + "iteration": 1616226444425, "links": [], "panels": [ { @@ -289,7 +289,7 @@ "value": null }, { - "color": "rgb(0, 0, 0)", + "color": "green", "value": 1 } ] @@ -390,7 +390,7 @@ "value": null }, { - "color": "rgb(0, 0, 0)", + "color": "green", "value": 1 } ]