From bbf4b8b75964c2f1756c2a09155a958c53b37eac Mon Sep 17 00:00:00 2001 From: chinmaym07 Date: Sun, 20 Feb 2022 14:34:26 +0530 Subject: [PATCH 1/2] fix: Added Tags tab to gateways(just like exists for non-gateway services) Signed-off-by: chinmaym07 --- ui/packages/consul-ui/app/templates/dc/services/show.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/packages/consul-ui/app/templates/dc/services/show.hbs b/ui/packages/consul-ui/app/templates/dc/services/show.hbs index fb8b6a4704..6f0e827bf9 100644 --- a/ui/packages/consul-ui/app/templates/dc/services/show.hbs +++ b/ui/packages/consul-ui/app/templates/dc/services/show.hbs @@ -122,7 +122,7 @@ as |items item dc|}} instances=true intentions=(and (not-eq item.Service.Kind 'terminating-gateway') (can 'read intention for service' item=item.Service)) routing=(and dc.MeshEnabled item.IsOrigin) - tags=(not item.Service.Kind) + tags=true ) as |tabs|}} From a5626a9c026dd65d741231945cebb9a533771bc0 Mon Sep 17 00:00:00 2001 From: chinmaym07 Date: Fri, 25 Feb 2022 19:29:00 +0530 Subject: [PATCH 2/2] Added changelog Signed-off-by: chinmaym07 --- .changelog/12400.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/12400.txt diff --git a/.changelog/12400.txt b/.changelog/12400.txt new file mode 100644 index 0000000000..b6481b6883 --- /dev/null +++ b/.changelog/12400.txt @@ -0,0 +1,3 @@ +```release-note:bug +ui: Added Tags tab to gateways(just like exists for non-gateway services) +``` \ No newline at end of file