]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: ceph status: rename working state into busy
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 13 Nov 2023 15:20:53 +0000 (16:20 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 13 Nov 2023 15:24:04 +0000 (16:24 +0100)
Working could be confused with "being ok", which isn't what we want to
convey here, as the lack of this status doesn't mean something "isn't
working".

So use busy, not 100% perfect but a bit closer to what we want to
convey while not taking up a whole paragraph or the like.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/ceph/StatusDetail.js

index 68896c821c3bd3161cc96094c32546fbdb375351..2196f1db51d9d4134ea6b2a7a4c3467126ce202b 100644 (file)
@@ -147,7 +147,7 @@ Ext.define('PVE.ceph.StatusDetail', {
        clean: 1,
        active: 1,
 
-       // working
+       // busy
        activating: 2,
        backfill_wait: 2,
        backfilling: 2,
@@ -193,7 +193,7 @@ Ext.define('PVE.ceph.StatusDetail', {
            cls: 'good',
        },
        {
-           text: gettext('Working'),
+           text: gettext('Busy'),
            cls: 'pve-ceph-status-busy',
        },
        {