Cavnas: Service node details renders associated ingress

Change-Id: I5aa4e146fedacadd48af095e8df2f3fe35a8342a
diff --git a/apps/canvas/front/src/Gateways.tsx b/apps/canvas/front/src/Gateways.tsx
index dd4c482..d6de75b 100644
--- a/apps/canvas/front/src/Gateways.tsx
+++ b/apps/canvas/front/src/Gateways.tsx
@@ -30,7 +30,7 @@
 	);
 }
 
-function Gateway({ g }: { g: Access }) {
+export function Gateway({ g }: { g: Access }) {
 	const [hidden, content] = ((): [string, string] => {
 		switch (g.type) {
 			case "https":