]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: dc/options: minor followup cleanups
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 10 Jul 2019 12:58:19 +0000 (14:58 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 10 Jul 2019 12:58:19 +0000 (14:58 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/dc/OptionView.js

index 3c59409fd4d8613b109d9136d495a01624f73397..3974e59e2a3e46deb836bab74d77384877981c46 100644 (file)
@@ -94,12 +94,11 @@ Ext.define('PVE.dc.OptionView', {
                fieldLabel: gettext('Type'),
                value: 'secure',
                submitValue: true,
-               vtype: 'IPCIDRAddress'
            }, {
                xtype: 'proxmoxNetworkSelector',
                name: 'network',
                fieldLabel: gettext('Network'),
-               value: '',
+               value: null,
                emptyText: Proxmox.Utils.defaultText,
                autoSelect: false,
                skipEmptyText: true
@@ -126,7 +125,7 @@ Ext.define('PVE.dc.OptionView', {
            }]
        });
 
-       // TODO: bwlimits, migration net, u2f?
+       // TODO: bwlimits, u2f?
 
        me.selModel = Ext.create('Ext.selection.RowModel', {});