]> git.proxmox.com Git - pve-manager.git/commitdiff
gui: cluster: initial work to switch ringX to linkX params
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 25 Jun 2019 10:31:56 +0000 (12:31 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 25 Jun 2019 10:31:56 +0000 (12:31 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/dc/ClusterEdit.js

index 491c8695de680254aef241ac10d4a0f8667eee21..d0f6b25c3eb907a97d0511372391d9e41e908a17 100644 (file)
@@ -24,10 +24,10 @@ Ext.define('PVE.ClusterCreateWindow', {
            xtype: 'proxmoxtextfield',
            fieldLabel: gettext('Ring 0 Address'),
            emptyText: gettext("Optional, defaults to IP resolved by node's hostname"),
-           name: 'ring0_addr',
+           name: 'link0',
            skipEmptyText: true
        }
-       // TODO: for advanced options: ring1_addr
+       // TODO: for advanced options: all links!
     ]
 });
 
@@ -303,7 +303,7 @@ Ext.define('PVE.ClusterJoinNodeWindow', {
                    allowBlank: '{!info.ring0Needed}'
                },
                skipEmptyText: true,
-               name: 'ring0_addr'
+               name: 'link0'
            },
            {
                xtype: 'proxmoxtextfield',
@@ -312,7 +312,7 @@ Ext.define('PVE.ClusterJoinNodeWindow', {
                bind: {
                    disabled: '{!info.ring1Possible}'
                },
-               name: 'ring1_addr'
+               name: 'link1'
            }
        ],
        columnB: [