mirror of
https://github.com/portainer/portainer.git
synced 2026-08-07 11:04:49 +00:00
fix(k8s): remove HelmInsightsBox from applications datatable [C9S-313] (#3140)
This commit is contained in:
-4
@@ -34,7 +34,6 @@ import { Application, ApplicationRowData, ConfigKind } from './types';
|
||||
import { useColumns } from './useColumns';
|
||||
import { getPublishedUrls } from './PublishedPorts';
|
||||
import { SubRow } from './SubRow';
|
||||
import { HelmInsightsBox } from './HelmInsightsBox';
|
||||
|
||||
export function ApplicationsDatatable({
|
||||
tableState,
|
||||
@@ -139,9 +138,6 @@ export function ApplicationsDatatable({
|
||||
<SystemResourceDescription
|
||||
showSystemResources={tableState.showSystemResources}
|
||||
/>
|
||||
<div className="w-fit">
|
||||
<HelmInsightsBox />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
import { InsightsBox } from '@@/InsightsBox';
|
||||
|
||||
export function HelmInsightsBox() {
|
||||
return (
|
||||
<InsightsBox
|
||||
header="Helm option"
|
||||
content={
|
||||
<span>
|
||||
From 2.20 and on, the Helm menu sidebar option has moved to the{' '}
|
||||
<strong>Create from code screen</strong> - accessed via the button
|
||||
above.
|
||||
</span>
|
||||
}
|
||||
insightCloseId="k8s-helm"
|
||||
/>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user