From 835e4f60fe669e1e89620449c32e33cfbacfe034 Mon Sep 17 00:00:00 2001 From: ibolton336 Date: Mon, 10 Jul 2023 15:18:52 -0400 Subject: [PATCH] Cleanup Signed-off-by: ibolton336 --- .../pages/dependencies/dependency-apps-table.tsx | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/client/src/app/pages/dependencies/dependency-apps-table.tsx b/client/src/app/pages/dependencies/dependency-apps-table.tsx index 73d3912aa3..2035d1ec3b 100644 --- a/client/src/app/pages/dependencies/dependency-apps-table.tsx +++ b/client/src/app/pages/dependencies/dependency-apps-table.tsx @@ -1,14 +1,7 @@ import * as React from "react"; import { useTranslation } from "react-i18next"; import { Toolbar, ToolbarContent, ToolbarItem } from "@patternfly/react-core"; -import { - TableComposable, - Tbody, - Td, - Th, - Thead, - Tr, -} from "@patternfly/react-table"; +import { Table, Tbody, Td, Th, Thead, Tr } from "@patternfly/react-table"; import spacing from "@patternfly/react-styles/css/utilities/Spacing/spacing"; import { useSelectionState } from "@migtools/lib-ui"; import { AnalysisDependency } from "@app/api/models"; @@ -52,7 +45,6 @@ export const DependencyAppsTable: React.FC = ({ relationship: "Relationship", }, sortableColumns: ["name", "version"], - // sortableColumns: ["application", "version", "relationship"], initialSort: { columnKey: "name", direction: "asc" }, filterCategories: [ { @@ -153,7 +145,7 @@ export const DependencyAppsTable: React.FC = ({ - + @@ -215,9 +207,9 @@ export const DependencyAppsTable: React.FC = ({ ))} - +