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:
Aaron Lauterer 2022-05-02 16:05:05 +02:00 committed by Thomas Lamprecht
parent e6f55a13b0
commit 5f7f0095cb

View File

@ -372,6 +372,7 @@ Ext.define('PVE.ceph.CephInstallWizard', {
name: 'network',
value: '',
fieldLabel: 'Public Network IP/CIDR',
autoSelect: false,
bind: {
allowBlank: '{configuration}',
},