kyma-project / api-gateway

Apache License 2.0
4 stars 25 forks source link

Fix rendering issue for multiple APIRules #1069

Closed triffer closed 1 month ago

triffer commented 1 month ago

Description Rendering of the Host link for multiple APIRules fails and doesn't render the APIRule list. Additionally, the filtering of the APIRules for the host link must be moved to the list to be accurate. Since we support multiple hosts with version v1beta2 and the host link is not working correctly for some time. we should just remove the link and render the value of the host field. In the details we can keep the host link for now.

Changes proposed in this pull request:

Related issues