diff --git a/ui-v2/app/components/consul-service-list/index.hbs b/ui-v2/app/components/consul-service-list/index.hbs index fa05e1d96d..c20a6194fb 100644 --- a/ui-v2/app/components/consul-service-list/index.hbs +++ b/ui-v2/app/components/consul-service-list/index.hbs @@ -1,9 +1,19 @@ {{yield}} {{#if (gt items.length 0)}} - +{{#if (eq item.Kind 'terminating-gateway')}} + {{item.Name}} +{{else if (eq item.Kind 'ingress-gateway')}} + + {{item.Name}} + +{{else}} + + {{item.Name}} + + {{/if}}