ui: cephfs: also add new tooltip like pool create

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-07-15 07:47:31 +02:00
parent 1d8d2307a6
commit 2bf285d643

View File

@ -46,9 +46,13 @@ Ext.define('PVE.CephCreateFS', {
}, },
{ {
xtype: 'proxmoxcheckbox', xtype: 'proxmoxcheckbox',
fieldLabel: gettext('Add Storage'), fieldLabel: gettext('Add as Storage'),
value: true, value: true,
name: 'add-storage' name: 'add-storage',
autoEl: {
tag: 'div',
'data-qtip': gettext('Add the new CephFS to the cluster storage configuration.'),
},
} }
], ],