fix #1959: remove invalid SLAAC option

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>
This commit is contained in:
David Limbeck 2018-10-25 11:32:46 +02:00 committed by Wolfgang Bumiller
parent 6281777bd9
commit 793f2cf4e0

View 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'
}
]
},