diff --git a/src/app/gateways/locales/en-us/index.yaml b/src/app/gateways/locales/en-us/index.yaml index d22a2cf81..a5304305c 100644 --- a/src/app/gateways/locales/en-us/index.yaml +++ b/src/app/gateways/locales/en-us/index.yaml @@ -5,8 +5,14 @@ gateways: intro: !!text/markdown | Gateways are specialized proxies that manage incoming and outgoing traffic between the service mesh and external clients or other networks, enabling secure and controlled access to services with the mesh. navigation: - builtin-gateway-list-view: Built-in - delegated-gateway-list-view: Delegated + builtin-gateway-list-view: + label: Built-in + description: !!text/markdown | + With a Built-in Gateway it is possible to route external traffic into the service mesh (North/South). Further configuration enables secure and controlled access to the mesh internal services. + delegated-gateway-list-view: + label: Delegated + description: !!text/markdown | + A Delegated Gateway allows the integration of existing API gateway solutions into the mesh by adding an Envoy sidecar proxy to an existing Gateway. It then manages the traffic between the services inside the mesh and external clients (North/South). builtin-gateways: routes: diff --git a/src/app/gateways/views/GatewayListTabsView.vue b/src/app/gateways/views/GatewayListTabsView.vue index 1b95f0ebb..b8a2e0feb 100644 --- a/src/app/gateways/views/GatewayListTabsView.vue +++ b/src/app/gateways/views/GatewayListTabsView.vue @@ -11,7 +11,6 @@ :title="t(`${route.child()?.name === 'builtin-gateway-list-view' ? 'builtin' : 'delegated'}-gateways.routes.items.title`)" />
-
+
+