mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-10 00:45:34 +00:00
ui: ceph install: fixup configuration network fields
It's not only 'IPv4/CIDR' but 'IP/CIDR', IPv6 works too so generalize this. Also make the cluster network emptytext a bit more expressive. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
fc360d8554
commit
2248c6c828
@ -147,16 +147,16 @@ Ext.define('PVE.ceph.CephInstallWizard', {
|
|||||||
name: 'network',
|
name: 'network',
|
||||||
vtype: 'IPCIDRAddress',
|
vtype: 'IPCIDRAddress',
|
||||||
value: '',
|
value: '',
|
||||||
fieldLabel: 'Network IPv4/CIDR',
|
fieldLabel: 'Public Network IP/CIDR',
|
||||||
allowBlank: false
|
allowBlank: false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
xtype: 'textfield',
|
xtype: 'textfield',
|
||||||
name: 'cluster-network',
|
name: 'cluster-network',
|
||||||
vtype: 'IPCIDRAddress',
|
vtype: 'IPCIDRAddress',
|
||||||
fieldLabel: 'Cluster-Network IPv4/CIDR',
|
fieldLabel: 'Cluster Network IP/CIDR',
|
||||||
allowBlank: true,
|
allowBlank: true,
|
||||||
emptyText: gettext('Network')
|
emptyText: gettext('Same as Public Network')
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
advancedColumn1: [
|
advancedColumn1: [
|
||||||
@ -266,4 +266,4 @@ Ext.define('PVE.ceph.CephInstallWizard', {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user