Commit 262416fd authored by Dietmar Maurer's avatar Dietmar Maurer

allow IPv6 address when creating a container

parent dbadeb72
...@@ -171,7 +171,7 @@ Ext.define('PVE.openvz.CreateWizard', { ...@@ -171,7 +171,7 @@ Ext.define('PVE.openvz.CreateWizard', {
{ {
xtype: 'textfield', xtype: 'textfield',
name: 'ip_address', name: 'ip_address',
vtype: 'IPAddress', vtype: 'IP64Address',
value: '', value: '',
fieldLabel: gettext('IP address'), fieldLabel: gettext('IP address'),
labelAlign: 'right', labelAlign: 'right',
......
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