[pve-devel] [PATCH manager v3 14/20] add task description for cephcreatepool
Fabian Grünbichler
f.gruenbichler at proxmox.com
Thu Aug 31 11:38:17 CEST 2017
Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
new in v2, unchanged in v3
www/manager6/Utils.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/www/manager6/Utils.js b/www/manager6/Utils.js
index 0b850977..fecf9aff 100644
--- a/www/manager6/Utils.js
+++ b/www/manager6/Utils.js
@@ -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') ],
--
2.11.0
More information about the pve-devel
mailing list