Link to peer.show service-instance peer-info

This commit is contained in:
Michael Klein 2022-10-12 14:58:19 +02:00
parent 482ee42efc
commit 8d0c18f1ed
1 changed files with 8 additions and 1 deletions

View File

@ -152,7 +152,14 @@
{{#if item.Service.PeerName}} {{#if item.Service.PeerName}}
<dl> <dl>
<dt>Peer Name</dt> <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> </dl>
{{/if}} {{/if}}
</BlockSlot> </BlockSlot>