From f9f81a01dc509fd8a0e4733c2b619e35189d2df3 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 26 Apr 2021 12:27:48 +0200 Subject: [PATCH] ui: tasks: add ceph edit-pool and set-flags descriptions Signed-off-by: Thomas Lamprecht --- www/manager6/Utils.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/manager6/Utils.js b/www/manager6/Utils.js index 9c6a0934..b2066fca 100644 --- a/www/manager6/Utils.js +++ b/www/manager6/Utils.js @@ -1709,6 +1709,8 @@ Ext.define('PVE.Utils', { cephdestroyosd: ['Ceph OSD', gettext('Destroy')], cephdestroypool: ['Ceph Pool', gettext('Destroy')], cephfscreate: ['CephFS', gettext('Create')], + cephsetpool: ['Ceph Pool', gettext('Edit')], + cephsetflags: ['', gettext('Change global Ceph flags')], clustercreate: ['', gettext('Create Cluster')], clusterjoin: ['', gettext('Join Cluster')], dircreate: [gettext('Directory Storage'), gettext('Create')],