From 16d440148f32ee3644df48bf5c742aab5389deb8 Mon Sep 17 00:00:00 2001 From: yuvaraj Date: Tue, 7 May 2024 18:09:00 +0530 Subject: [PATCH] button --- .../src/components/k8s-resources/Deployment.tsx | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) 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} + + ))} + );