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