[pve-devel] [PATCH manager 1/1] fix ceph install wizard not accepting ipv6

Mira Limbeck m.limbeck at proxmox.com
Mon Apr 15 15:12:17 CEST 2019


changes the vtype to the newly defined IP64CIDRAddress. depends on the
introduction of the IP64CIDRAddress vtype in proxmox-widget-toolkit.

Signed-off-by: Mira Limbeck <m.limbeck at proxmox.com>
---
 www/manager6/ceph/CephInstallWizard.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/manager6/ceph/CephInstallWizard.js b/www/manager6/ceph/CephInstallWizard.js
index 8a94dde0..65d71006 100644
--- a/www/manager6/ceph/CephInstallWizard.js
+++ b/www/manager6/ceph/CephInstallWizard.js
@@ -185,7 +185,7 @@ Ext.define('PVE.ceph.CephInstallWizard', {
 		    {
 			xtype: 'textfield',
 			name: 'network',
-			vtype: 'IPCIDRAddress',
+			vtype: 'IP64CIDRAddress',
 			value: '',
 			fieldLabel: 'Public Network IP/CIDR',
 			bind: {
@@ -199,7 +199,7 @@ Ext.define('PVE.ceph.CephInstallWizard', {
 		    {
 			xtype: 'textfield',
 			name: 'cluster-network',
-			vtype: 'IPCIDRAddress',
+			vtype: 'IP64CIDRAddress',
 			fieldLabel: 'Cluster Network IP/CIDR',
 			allowBlank: true,
 			emptyText: gettext('Same as Public Network')
-- 
2.11.0





More information about the pve-devel mailing list