From fe15d330c428c4a286a7e75d36a6589fa1a65636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Tue, 5 Sep 2017 14:59:42 +0200 Subject: [PATCH] add task description for cephcreatepool MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- 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') ],