From 2bf285d643028f252d5d53e2ecf41c485de2c54e Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 15 Jul 2019 07:47:31 +0200 Subject: [PATCH] ui: cephfs: also add new tooltip like pool create Signed-off-by: Thomas Lamprecht --- www/manager6/ceph/FS.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/www/manager6/ceph/FS.js b/www/manager6/ceph/FS.js index d128982e..38ff8f54 100644 --- a/www/manager6/ceph/FS.js +++ b/www/manager6/ceph/FS.js @@ -46,9 +46,13 @@ Ext.define('PVE.CephCreateFS', { }, { xtype: 'proxmoxcheckbox', - fieldLabel: gettext('Add Storage'), + fieldLabel: gettext('Add as Storage'), value: true, - name: 'add-storage' + name: 'add-storage', + autoEl: { + tag: 'div', + 'data-qtip': gettext('Add the new CephFS to the cluster storage configuration.'), + }, } ],