From 6880fdc524a85356ef2ae2a3246a8471199d3a94 Mon Sep 17 00:00:00 2001 From: Alistair Hey Date: Sun, 23 Feb 2020 21:58:35 +0000 Subject: [PATCH] Fix issue with Namespace suffix on Gateway UI There was a case where a deployment with a single namespace on faas-netes would show the namespace suffix for all functions. we didn't need to show this because the gateway will proxy to the default namespace for fns without the namespace siffix. This was tested on Swarm (no suffix), faas-netes (single namespace, no suffix) and faas-netes, multi-ns, suffix shown. Signed-off-by: Alistair Hey --- gateway/assets/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateway/assets/index.html b/gateway/assets/index.html index ddbfd8af..7aa964c5 100644 --- a/gateway/assets/index.html +++ b/gateway/assets/index.html @@ -140,7 +140,7 @@ - +