From 18991586698276d786356cd41a0d80798d8ecbf2 Mon Sep 17 00:00:00 2001 From: sudeephb Date: Wed, 5 Jun 2024 11:07:38 +0545 Subject: [PATCH] Update color scheme in capacity dashboard The update sets the color of "Stable" text to green instead of red. Change-Id: Iab44c0516b16d2902426d11b98c634b411b83327 --- .../src/grafana_dashboards/capacity_dashboard.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/charms/openstack-hypervisor/src/grafana_dashboards/capacity_dashboard.json b/charms/openstack-hypervisor/src/grafana_dashboards/capacity_dashboard.json index aeca1279..d34184d7 100644 --- a/charms/openstack-hypervisor/src/grafana_dashboards/capacity_dashboard.json +++ b/charms/openstack-hypervisor/src/grafana_dashboards/capacity_dashboard.json @@ -50,7 +50,7 @@ "fieldConfig": { "defaults": { "color": { - "mode": "thresholds" + "mode": "palette-classic" }, "mappings": [], "noValue": "Stable", @@ -441,7 +441,7 @@ "fieldConfig": { "defaults": { "color": { - "mode": "thresholds" + "mode": "palette-classic" }, "mappings": [], "noValue": "Stable", @@ -508,7 +508,7 @@ "fieldConfig": { "defaults": { "color": { - "mode": "thresholds" + "mode": "palette-classic" }, "mappings": [], "noValue": "Stable", @@ -585,7 +585,7 @@ "fieldConfig": { "defaults": { "color": { - "mode": "thresholds" + "mode": "palette-classic" }, "mappings": [], "noValue": "Stable", @@ -972,7 +972,7 @@ "fieldConfig": { "defaults": { "color": { - "mode": "thresholds" + "mode": "palette-classic" }, "mappings": [], "noValue": "Stable", @@ -1038,7 +1038,7 @@ "fieldConfig": { "defaults": { "color": { - "mode": "thresholds" + "mode": "palette-classic" }, "mappings": [], "noValue": "Stable", @@ -1570,6 +1570,6 @@ "timezone": "", "title": "Capacity Dashboard", "uid": "6nJ1jg7Iz", - "version": 7, + "version": 8, "weekStart": "" }