mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-11-01 13:56:23 +00:00
ui: dc/Cluster: rename ring columns to link
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
bd9537d735
commit
1d8d2307a6
@ -252,12 +252,12 @@ Ext.define('PVE.ClusterAdministration', {
|
||||
dataIndex: 'quorum_votes'
|
||||
},
|
||||
{
|
||||
header: gettext('Ring 0'),
|
||||
header: Ext.String.format(gettext('Link {0}'), 0),
|
||||
flex: 2,
|
||||
dataIndex: 'ring0_addr'
|
||||
},
|
||||
{
|
||||
header: gettext('Ring 1'),
|
||||
header: Ext.String.format(gettext('Link {0}'), 1),
|
||||
flex: 2,
|
||||
dataIndex: 'ring1_addr'
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user