]> git.proxmox.com Git - pve-manager.git/commitdiff
fix #3597: ui: ceph setup: avoid autofill of monitor network
authorAaron Lauterer <a.lauterer@proxmox.com>
Mon, 2 May 2022 14:05:05 +0000 (16:05 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 8 Jun 2022 07:02:07 +0000 (09:02 +0200)
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>
www/manager6/ceph/CephInstallWizard.js

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