ui: dc/Cluster: rename ring columns to link

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-07-15 07:43:04 +02:00
parent bd9537d735
commit 1d8d2307a6

View File

@ -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'
}