From 6b3ddf11d49ebca5bbb50b72fbee0d31bbef99be Mon Sep 17 00:00:00 2001 From: Matt Hook Date: Wed, 6 Mar 2024 16:36:48 +1300 Subject: [PATCH] fix(helm): remove helm insights from the stack datatable [EE-6803] (#11313) --- .../ApplicationsStacksDatatable.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/react/kubernetes/applications/ListView/ApplicationsStacksDatatable/ApplicationsStacksDatatable.tsx b/app/react/kubernetes/applications/ListView/ApplicationsStacksDatatable/ApplicationsStacksDatatable.tsx index 37ce44942..4b717db45 100644 --- a/app/react/kubernetes/applications/ListView/ApplicationsStacksDatatable/ApplicationsStacksDatatable.tsx +++ b/app/react/kubernetes/applications/ListView/ApplicationsStacksDatatable/ApplicationsStacksDatatable.tsx @@ -10,7 +10,6 @@ import { useRepeater } from '@@/datatables/useRepeater'; import { useTableState } from '@@/datatables/useTableState'; import { KubernetesStack } from '../../types'; -import { HelmInsightsBox } from '../ApplicationsDatatable/HelmInsightsBox'; import { columns } from './columns'; import { SubRows } from './SubRows'; @@ -86,10 +85,6 @@ export function ApplicationsStacksDatatable({ - -
- -
}