1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Arthur Knoepflin <arthur@knoepflin.eu>
This commit is contained in:
Arthur Knoepflin 2021-04-12 09:18:38 +02:00
parent 3440c258b7
commit 6dc756bad0
No known key found for this signature in database
GPG Key ID: BB1E0D36309AD6DD

View File

@ -13,7 +13,7 @@ import { IMetrics } from "../../api/endpoints/metrics.api";
import { ContainerCharts } from "./container-charts";
import { ResourceType } from "../+cluster-settings/components/cluster-metrics-setting";
import { clusterStore } from "../../../common/cluster-store";
import { LocaleDate } from '../locale-date';
import { LocaleDate } from "../locale-date";
interface Props {
pod: Pod;