From 181d859db208ece34660168bed3f0f36ac5a8112 Mon Sep 17 00:00:00 2001 From: MiriSafra Date: Mon, 28 Oct 2024 13:45:16 +0200 Subject: [PATCH] add download modal Signed-off-by: MiriSafra --- .../applications-table/applications-table.tsx | 31 +++++++++++++++++++ 1 file changed, 31 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..826b19605 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,35 @@ export const ApplicationsTable: React.FC = () => { }} /> + setIsDownloadModalOpen(false)} // סגור את המודל + > + +
+ + +
+

Selected Format: {selectedFormat}

+
+ +
); };