From 398fafc056964821b58f7e1d1923300aafd0b793 Mon Sep 17 00:00:00 2001 From: MiriSafra Date: Tue, 29 Oct 2024 15:04:48 +0200 Subject: [PATCH] add modal Signed-off-by: MiriSafra --- .../applications-table/applications-table.tsx | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/client/src/app/pages/applications/applications-table/applications-table.tsx b/client/src/app/pages/applications/applications-table/applications-table.tsx index 44e46446f..28580503e 100644 --- a/client/src/app/pages/applications/applications-table/applications-table.tsx +++ b/client/src/app/pages/applications/applications-table/applications-table.tsx @@ -16,8 +16,10 @@ import { DropdownItem, Modal, Tooltip, + FormGroup, } from "@patternfly/react-core"; import { + CodeIcon, PencilAltIcon, TagIcon, WarningTriangleIcon, @@ -1357,6 +1359,38 @@ export const ApplicationsTable: React.FC = () => { }} /> + setIsDownloadModalOpen(false)} + > + + {" "} +
+ {" "} + {" "} + {" "} +
{" "} +

Selected Format: {selectedFormat}

{" "} +
{" "} + {" "} +
); };