]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: ceph install: remove advanced option pg_bits
authorTim Marx <t.marx@proxmox.com>
Fri, 29 Mar 2019 11:42:44 +0000 (12:42 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 29 Mar 2019 12:07:36 +0000 (13:07 +0100)
Signed-off-by: Tim Marx <t.marx@proxmox.com>
www/manager6/ceph/CephInstallWizard.js

index a9ab0c246500b26b8ccf767983723de1b1412693..1c8808d1a3a5c65cba55fa2e181391302a9aa0a8 100644 (file)
@@ -241,20 +241,10 @@ Ext.define('PVE.ceph.CephInstallWizard', {
                            this.validate();
                        },
                        emptyText: '2'
-                   },
-                   {
-                       xtype: 'numberfield',
-                       name: 'pg_bits',
-                       fieldLabel: 'Placement group bits',
-                       value: '',
-                       maxValue: 14,
-                       minValue: 6,
-                       allowBlank: true,
-                       emptyText: '6'
                    }
                ],
                onGetValues: function(values) {
-                   ['cluster-network', 'size', 'min_size', 'pg_bits'].forEach(function(field) {
+                   ['cluster-network', 'size', 'min_size'].forEach(function(field) {
                        if (!values[field]) {
                            delete values[field];
                        }