mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-05-06 22:41:46 +00:00
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',
|
inputValue: 'dhcp',
|
||||||
checked: false,
|
checked: false,
|
||||||
margin: '0 0 0 10'
|
margin: '0 0 0 10'
|
||||||
},
|
|
||||||
{
|
|
||||||
xtype: 'radiofield',
|
|
||||||
boxLabel: gettext('SLAAC'),
|
|
||||||
name: 'ipv6mode',
|
|
||||||
inputValue: 'auto',
|
|
||||||
checked: false,
|
|
||||||
margin: '0 0 0 10'
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user