mirror of
https://github.com/status-im/consul.git
synced 2025-02-02 00:46:43 +00:00
Merge pull request #12400 from chinmaym07/ui/feature/add-tags-tab-to-gateways
ui: [Bugfix] Added Tags tab to gateways(just like exists for non-gateway services)
This commit is contained in:
commit
b93401795a
3
.changelog/12400.txt
Normal file
3
.changelog/12400.txt
Normal file
@ -0,0 +1,3 @@
|
||||
```release-note:bug
|
||||
ui: Added Tags tab to gateways(just like exists for non-gateway services)
|
||||
```
|
@ -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|}}
|
||||
<AppView>
|
||||
|
Loading…
x
Reference in New Issue
Block a user