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') ],