From e767e1ec9c1f2db8be6524802fe27df74c46749e Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 21 Jul 2020 19:49:52 +0200 Subject: [PATCH] ui: ceph status: note that its recovery/rebalance# Signed-off-by: Thomas Lamprecht --- www/manager6/ceph/Status.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/manager6/ceph/Status.js b/www/manager6/ceph/Status.js index 7d1474eb..da24e3e9 100644 --- a/www/manager6/ceph/Status.js +++ b/www/manager6/ceph/Status.js @@ -208,7 +208,7 @@ Ext.define('PVE.node.CephStatus', { { itemId: 'recoverychart', xtype: 'pveRunningChart', - title: gettext('Recovery'), + title: gettext('Recovery') +'/ '+ gettext('Rebalance'), renderer: PVE.Utils.render_bandwidth, height: 100, },