mirror of
https://github.com/status-im/consul.git
synced 2025-02-22 10:28:31 +00:00
UI: Copy changes for peering detail page
This commit is contained in:
parent
3872a36d93
commit
56e3c0884e
@ -33,7 +33,7 @@ export default class PeeringsProvider extends Component {
|
||||
];
|
||||
|
||||
if (isReceiver) {
|
||||
tabs = [...tabs, { label: 'Addresses', route: 'dc.peers.show.addresses' }];
|
||||
tabs = [...tabs, { label: 'Server Addresses', route: 'dc.peers.show.addresses' }];
|
||||
}
|
||||
|
||||
return tabs.map((tab) => new Tab({ ...tab, currentRouteName: router.currentRouteName, owner }));
|
||||
|
@ -141,10 +141,10 @@ dc:
|
||||
exported:
|
||||
count: |
|
||||
{count} exported services
|
||||
tooltip: The number of services exported from {name}
|
||||
tab-tooltip: Services exported from {name}
|
||||
tooltip: The number of services exported to {name}
|
||||
tab-tooltip: Services exported to {name}
|
||||
addresses:
|
||||
tooltip: The number of services exported from {name}
|
||||
tooltip: The number of services exported to {name}
|
||||
show:
|
||||
imported:
|
||||
empty:
|
||||
|
Loading…
x
Reference in New Issue
Block a user