fix: Added Tags tab to gateways(just like exists for non-gateway services)
Signed-off-by: chinmaym07 <b418020@iiit-bh.ac.in>
This commit is contained in:
parent
067223337d
commit
f85a4bc142
|
@ -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…
Reference in New Issue