fix(helm): remove helm insights from the stack datatable [EE-6803] (#11314)

pull/11325/head
Matt Hook 2024-03-06 16:36:58 +13:00 committed by GitHub
parent ebd26316bf
commit d26d5840f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 5 deletions

View File

@ -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({
<SystemResourceDescription
showSystemResources={tableState.showSystemResources}
/>
<div className="w-fit">
<HelmInsightsBox />
</div>
</div>
</div>
}