From 07f30687d5c7441e8b59a8d43226f63e26ecbd2d Mon Sep 17 00:00:00 2001 From: Michael Klein Date: Thu, 21 Jul 2022 15:59:38 +0200 Subject: [PATCH] ui: Update peerings empty state copy (#13834) --- .../consul-peerings/app/templates/dc/peers/index.hbs | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/ui/packages/consul-peerings/app/templates/dc/peers/index.hbs b/ui/packages/consul-peerings/app/templates/dc/peers/index.hbs index c9fd41e36c..d0d34b1ce4 100644 --- a/ui/packages/consul-peerings/app/templates/dc/peers/index.hbs +++ b/ui/packages/consul-peerings/app/templates/dc/peers/index.hbs @@ -115,12 +115,11 @@ as |sort filters items|}} {{#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. +

No peers where found matching that search, or you may not have access to view the peers you are searching for.

{{else}} - Peering allows an admin partition in one datacenter to communicate with a partition in a different - datacenter. There don't seem to be any peers for this admin partition, or you may not have - peering:read permissions to - access this view. +

+ 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 peering:read permissions to access this view. +

{{/if}}