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:
parent
6281777bd9
commit
793f2cf4e0
@ -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'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user