mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-15 03:58:26 +00:00
ui: dc/cluster: join: s/ring/link/
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
e20eda8954
commit
9c464cebb8
@ -312,7 +312,7 @@ Ext.define('PVE.ClusterJoinNodeWindow', {
|
||||
column2: [
|
||||
{
|
||||
xtype: 'proxmoxNetworkSelector',
|
||||
fieldLabel: gettext('Corosync Ring 0'),
|
||||
fieldLabel: Ext.String.format(gettext('Link {0}'), 0),
|
||||
bind: {
|
||||
emptyText: '{ring0EmptyText}',
|
||||
allowBlank: '{!info.ring0Needed}'
|
||||
@ -325,7 +325,7 @@ Ext.define('PVE.ClusterJoinNodeWindow', {
|
||||
},
|
||||
{
|
||||
xtype: 'proxmoxNetworkSelector',
|
||||
fieldLabel: gettext('Corosync Ring 1'),
|
||||
fieldLabel: Ext.String.format(gettext('Link {0}'), 1),
|
||||
skipEmptyText: true,
|
||||
autoSelect: false,
|
||||
valueField: 'address',
|
||||
|
Loading…
Reference in New Issue
Block a user