[pve-devel] [PATCH manager 3/3] ceph: ui: rename PG state error to critical
Aaron Lauterer
a.lauterer at proxmox.com
Fri Jul 21 15:06:26 CEST 2023
to align better with Ceph nomenclature.
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 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
More information about the pve-devel
mailing list