mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 01:19:52 +00:00
add task description for cephcreatepool
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
0a521b6634
commit
fe15d330c4
@ -612,6 +612,7 @@ Ext.define('PVE.Utils', { utilities: {
|
||||
cephdestroymon: ['Ceph Monitor', gettext('Destroy') ],
|
||||
cephcreateosd: ['Ceph OSD', gettext('Create') ],
|
||||
cephdestroyosd: ['Ceph OSD', gettext('Destroy') ],
|
||||
cephcreatepool: ['Ceph Pool', gettext('Create') ],
|
||||
cephdestroypool: ['Ceph Pool', gettext('Destroy') ],
|
||||
imgcopy: ['', gettext('Copy data') ],
|
||||
imgdel: ['', gettext('Erase data') ],
|
||||
|
Loading…
Reference in New Issue
Block a user