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', {
{
xtype: 'textfield',
name: 'ip_address',
vtype: 'IPAddress',
vtype: 'IP64Address',
value: '',
fieldLabel: gettext('IP address'),
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