ui: Update peerings empty state copy (#13834)

pull/13843/head
Michael Klein 2 years ago committed by GitHub
parent 3655802fdc
commit 07f30687d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -115,12 +115,11 @@ as |sort filters items|}}
</BlockSlot> </BlockSlot>
<BlockSlot @name="body"> <BlockSlot @name="body">
{{#if (gt items.length 0)}} {{#if (gt items.length 0)}}
No peers where found matching that search, or you may not have access to view the peers you are searching for. <p>No peers where found matching that search, or you may not have access to view the peers you are searching for.</p>
{{else}} {{else}}
Peering allows an admin partition in one datacenter to communicate with a partition in a different <p>
datacenter. There don't seem to be any peers for this admin partition, or you may not have Cluster peering is the recommended way to connect services across or within Consul datacenters. Peering is a one-to-one relationship in which each peer is either a open-source Consul datacenter or a Consul enterprise admin partition. There don't seem to be any peers for this {{if (can "use partitions") "admin partition" "datacenter"}}, or you may not have the <code>peering:read</code> permissions to access this view.
<code>peering:read</code> permissions to </p>
access this view.
{{/if}} {{/if}}
</BlockSlot> </BlockSlot>
<BlockSlot @name="actions"> <BlockSlot @name="actions">

Loading…
Cancel
Save