mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 10:28:14 +00:00
ui: cephfs: also add new tooltip like pool create
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
1d8d2307a6
commit
2bf285d643
@ -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.'),
|
||||
},
|
||||
}
|
||||
],
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user