From 793f2cf4e0871b5397d33f34a3096c02fac86578 Mon Sep 17 00:00:00 2001 From: David Limbeck Date: Thu, 25 Oct 2018 11:32:46 +0200 Subject: [PATCH] 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 --- www/manager6/qemu/IPConfigEdit.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/www/manager6/qemu/IPConfigEdit.js b/www/manager6/qemu/IPConfigEdit.js index e185f1a3..961e5032 100644 --- a/www/manager6/qemu/IPConfigEdit.js +++ b/www/manager6/qemu/IPConfigEdit.js @@ -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' } ] },