| commit | 9f3d4f5563099c27c2aef5257f50e669c2e15345 | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Fri Jul 04 08:42:34 2025 +0000 |
| committer | gio <gio@v1.dodo.cloud> | Fri Jul 04 08:42:34 2025 +0000 |
| tree | 49593b3a4453fe66895324606c19a4eaba80ebc3 | |
| parent | 1dacf1ca5feef1a9965d41ce3018429dd02aee44 [diff] [blame] |
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":