2
0
mirror of https://github.com/status-im/consul.git synced 2025-01-12 23:05:28 +00:00

Link to peer.show service-instance peer-info

This commit is contained in:
Michael Klein 2022-10-12 14:58:19 +02:00
parent e548bbb4ff
commit 041e7c4626

@ -152,7 +152,14 @@
{{#if item.Service.PeerName}}
<dl>
<dt>Peer Name</dt>
<dd>{{item.Service.PeerName}}</dd>
<dd><a
data-test-service-instance-peer-name
href={{href-to
'dc.peers.show'
item.Service.PeerName
params=(hash peer=undefined)
}}
>{{item.Service.PeerName}}</a></dd>
</dl>
{{/if}}
</BlockSlot>