diff --git a/frontend/src/components/deployment/tabs/Tabs.tsx b/frontend/src/components/deployment/tabs/Tabs.tsx index 2798b4ab7..0895dbeb8 100644 --- a/frontend/src/components/deployment/tabs/Tabs.tsx +++ b/frontend/src/components/deployment/tabs/Tabs.tsx @@ -57,6 +57,7 @@ const DeploymentTabs: Component<{}> = (p) => { = (p) => { }; return ( - +

environment

- -
none
-
- + + +
none
+
+ +
{(_, index) => ( - + = (p) => { }; return ( - +

ports

- -
none
-
- + + +
none
+
+ +
{({ local, container }, index) => ( - + = (p) => { }; return ( - +

volumes

- -
none
-
- + + +
none
+
+ +
{({ local, container }, index) => ( - +