to align better with Ceph nomenclature.

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 7198ba62..b1b7ec8c 100644
--- a/www/manager6/ceph/StatusDetail.js
+++ b/www/manager6/ceph/StatusDetail.js
@@ -169,7 +169,7 @@ Ext.define('PVE.ceph.StatusDetail', {
        degraded: 3,
        undersized: 3,
 
-       // error
+       // critical
        backfill_toofull: 4,
        backfill_unfound: 4,
        down: 4,
@@ -201,7 +201,7 @@ Ext.define('PVE.ceph.StatusDetail', {
            cls: 'warning',
        },
        {
-           text: gettext('Error'),
+           text: gettext('Critical'),
            cls: 'critical',
        },
     ],
-- 
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