]> git.proxmox.com Git - pve-manager.git/commitdiff
fix #1959: remove invalid SLAAC option
authorDavid Limbeck <d.limbeck@proxmox.com>
Thu, 25 Oct 2018 09:32:46 +0000 (11:32 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 13 Nov 2018 09:12:06 +0000 (10:12 +0100)
nocloud configuration does not support SLAAC option, only static or dhcp
so this option shouldn't be available

Signed-off-by: David Limbeck <d.limbeck@proxmox.com>
www/manager6/qemu/IPConfigEdit.js

index e185f1a38441f3fd3c2f3a0ad6695def3e7303fd..961e5032dc68309b15ea07248bde94992cf44863 100644 (file)
@@ -157,14 +157,6 @@ Ext.define('PVE.qemu.IPConfigPanel', {
                        inputValue: 'dhcp',
                        checked: false,
                        margin: '0 0 0 10'
-                   },
-                   {
-                       xtype: 'radiofield',
-                       boxLabel: gettext('SLAAC'),
-                       name: 'ipv6mode',
-                       inputValue: 'auto',
-                       checked: false,
-                       margin: '0 0 0 10'
                    }
                ]
            },