ui: dc/cluster: join: s/ring/link/

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-07-11 20:40:51 +02:00
parent e20eda8954
commit 9c464cebb8

View File

@ -312,7 +312,7 @@ Ext.define('PVE.ClusterJoinNodeWindow', {
column2: [ column2: [
{ {
xtype: 'proxmoxNetworkSelector', xtype: 'proxmoxNetworkSelector',
fieldLabel: gettext('Corosync Ring 0'), fieldLabel: Ext.String.format(gettext('Link {0}'), 0),
bind: { bind: {
emptyText: '{ring0EmptyText}', emptyText: '{ring0EmptyText}',
allowBlank: '{!info.ring0Needed}' allowBlank: '{!info.ring0Needed}'
@ -325,7 +325,7 @@ Ext.define('PVE.ClusterJoinNodeWindow', {
}, },
{ {
xtype: 'proxmoxNetworkSelector', xtype: 'proxmoxNetworkSelector',
fieldLabel: gettext('Corosync Ring 1'), fieldLabel: Ext.String.format(gettext('Link {0}'), 1),
skipEmptyText: true, skipEmptyText: true,
autoSelect: false, autoSelect: false,
valueField: 'address', valueField: 'address',