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.laute...@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



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to