[pve-devel] [PATCH pve-manager 2/2] ui: node memory RRD: change available color to a green shade
Dominik Csapak
d.csapak at proxmox.com
Tue Aug 5 10:29:06 CEST 2025
so it's more subtle versus the current gray line.
I used the normal green color from 'total' but increased the lightness
value by 10 points (in HSL color space) to make the color brighter.
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
www/manager6/node/Summary.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/manager6/node/Summary.js b/www/manager6/node/Summary.js
index 2e256fcc..81d5195d 100644
--- a/www/manager6/node/Summary.js
+++ b/www/manager6/node/Summary.js
@@ -252,7 +252,7 @@ Ext.define('PVE.node.Summary', {
gettext('ZFS ARC'),
gettext('Available'),
],
- colors: ['#94ae0a', '#115fa6', '#24ad9a', '#c4c0c0'],
+ colors: ['#94ae0a', '#115fa6', '#24AD9A', '#bbde0d'],
unit: 'bytes',
powerOfTwo: true,
store: rrdstore,
--
2.39.5
More information about the pve-devel
mailing list