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 <[email protected]> --- 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 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
