mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-27 09:59:33 +00:00
ui: cephwizard: add networkselector widget
Signed-off-by: Tim Marx <t.marx@proxmox.com>
This commit is contained in:
parent
6c09101a02
commit
6c7b8e2339
@ -183,9 +183,8 @@ Ext.define('PVE.ceph.CephInstallWizard', {
|
||||
value: gettext('Ceph cluster configuration') + ':'
|
||||
},
|
||||
{
|
||||
xtype: 'textfield',
|
||||
xtype: 'proxmoxNetworkSelector',
|
||||
name: 'network',
|
||||
vtype: 'IP64CIDRAddress',
|
||||
value: '',
|
||||
fieldLabel: 'Public Network IP/CIDR',
|
||||
bind: {
|
||||
@ -197,11 +196,11 @@ Ext.define('PVE.ceph.CephInstallWizard', {
|
||||
}
|
||||
},
|
||||
{
|
||||
xtype: 'textfield',
|
||||
xtype: 'proxmoxNetworkSelector',
|
||||
name: 'cluster-network',
|
||||
vtype: 'IP64CIDRAddress',
|
||||
fieldLabel: 'Cluster Network IP/CIDR',
|
||||
allowBlank: true,
|
||||
autoSelect: false,
|
||||
emptyText: gettext('Same as Public Network')
|
||||
}
|
||||
// FIXME: add hint about cluster network and/or reference user to docs??
|
||||
|
Loading…
Reference in New Issue
Block a user