[pve-devel] [PATCH manager 2/3] ceph: ui: followup: change blue for PGs in working state

Aaron Lauterer a.lauterer at proxmox.com
Fri Jul 21 15:06:25 CEST 2023


The previous light blue was hard to see in the light theme, especially
if it only had a narrow slice in the cake diagram.
This darker blue is easily visilbe and distinguishable in the light and
dark theme.

Signed-off-by: Aaron Lauterer <a.lauterer at proxmox.com>
---
These patches are all a follow up to Alexandre's. This one in
widget-toolkit is needed to specify the css color specifically.

 www/manager6/ceph/StatusDetail.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/manager6/ceph/StatusDetail.js b/www/manager6/ceph/StatusDetail.js
index e1bf425a..7198ba62 100644
--- a/www/manager6/ceph/StatusDetail.js
+++ b/www/manager6/ceph/StatusDetail.js
@@ -94,7 +94,7 @@ Ext.define('PVE.ceph.StatusDetail', {
 	colors: [
 	    '#CFCFCF',
 	    '#21BF4B',
-	    '#C2DDF2',
+	    '#3892D4',
 	    '#FFCC00',
 	    '#FF6C59',
 	],
@@ -194,7 +194,7 @@ Ext.define('PVE.ceph.StatusDetail', {
 	},
 	{
 	    text: gettext('Working'),
-	    cls: 'normal',
+	    cls: 'working',
 	},
 	{
 	    text: gettext('Warning'),
-- 
2.39.2






More information about the pve-devel mailing list