mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-27 11:46:44 +00:00
fix #3597: ui: ceph setup: avoid autofill of monitor network
By not auto filling the Ceph public network we can avoid accidental clicks on 'Next' which will cause the first Mon to be created with a potentially wrong network. While that is fixable, it is tedious and can be easily avoided by making the user always select the network to use. Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com> Tested-by: Stefan Hrdlicka<s.hrdlicka@proxmox.com> [ T: adapted commit subject to be more specific and match our common style ] Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
e6f55a13b0
commit
5f7f0095cb
@ -372,6 +372,7 @@ Ext.define('PVE.ceph.CephInstallWizard', {
|
|||||||
name: 'network',
|
name: 'network',
|
||||||
value: '',
|
value: '',
|
||||||
fieldLabel: 'Public Network IP/CIDR',
|
fieldLabel: 'Public Network IP/CIDR',
|
||||||
|
autoSelect: false,
|
||||||
bind: {
|
bind: {
|
||||||
allowBlank: '{configuration}',
|
allowBlank: '{configuration}',
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user