diff --git a/cyclops-ui/src/components/k8s-resources/Deployment.tsx b/cyclops-ui/src/components/k8s-resources/Deployment.tsx index 2c9f196a..26b16c2c 100644 --- a/cyclops-ui/src/components/k8s-resources/Deployment.tsx +++ b/cyclops-ui/src/components/k8s-resources/Deployment.tsx @@ -347,13 +347,23 @@ const Deployment = ({ name, namespace }: Props) => { + Cancel + , + ]} > - + + {getTabItems().map((tab, index) => ( + + {tab.children} + + ))} + );