mirror of https://github.com/portainer/portainer
fix(helm): remove helm insights from the stack datatable [EE-6803] (#11313)
parent
77c9124e8a
commit
6b3ddf11d4
|
@ -10,7 +10,6 @@ import { useRepeater } from '@@/datatables/useRepeater';
|
||||||
import { useTableState } from '@@/datatables/useTableState';
|
import { useTableState } from '@@/datatables/useTableState';
|
||||||
|
|
||||||
import { KubernetesStack } from '../../types';
|
import { KubernetesStack } from '../../types';
|
||||||
import { HelmInsightsBox } from '../ApplicationsDatatable/HelmInsightsBox';
|
|
||||||
|
|
||||||
import { columns } from './columns';
|
import { columns } from './columns';
|
||||||
import { SubRows } from './SubRows';
|
import { SubRows } from './SubRows';
|
||||||
|
@ -86,10 +85,6 @@ export function ApplicationsStacksDatatable({
|
||||||
<SystemResourceDescription
|
<SystemResourceDescription
|
||||||
showSystemResources={tableState.showSystemResources}
|
showSystemResources={tableState.showSystemResources}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div className="w-fit">
|
|
||||||
<HelmInsightsBox />
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue