Commit 85d16a27 authored by Wolfgang Bumiller's avatar Wolfgang Bumiller Committed by Dietmar Maurer

lxc/dns: ipv6 support

parent 9c82e9a9
......@@ -60,7 +60,7 @@ Ext.define('PVE.lxc.DNSInputPanel', {
{
xtype: 'pvetextfield',
fieldLabel: gettext('DNS server') + " 1",
vtype: 'IPAddress',
vtype: 'IP64Address',
allowBlank: true,
disabled: true,
name: 'dns1',
......@@ -69,7 +69,7 @@ Ext.define('PVE.lxc.DNSInputPanel', {
{
xtype: 'pvetextfield',
fieldLabel: gettext('DNS server') + " 2",
vtype: 'IPAddress',
vtype: 'IP64Address',
skipEmptyText: true,
disabled: true,
name: 'dns2',
......@@ -78,7 +78,7 @@ Ext.define('PVE.lxc.DNSInputPanel', {
{
xtype: 'pvetextfield',
fieldLabel: gettext('DNS server') + " 3",
vtype: 'IPAddress',
vtype: 'IP64Address',
skipEmptyText: true,
disabled: true,
name: 'dns3',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment