Unverified Commit bcb6f746 authored by Sebastian Malton's avatar Sebastian Malton Committed by GitHub
Browse files

actually use ResourceQuotaDetails (#1621)

Signed-off-by: default avatarSebastian Malton <sebastian@malton.name>
parent b128f550
Showing with 1 addition and 2 deletions
+1 -2
......@@ -11,7 +11,6 @@ import { LineProgress } from "../line-progress";
import { Table, TableCell, TableHead, TableRow } from "../table";
import { KubeObjectMeta } from "../kube-object/kube-object-meta";
import { kubeObjectDetailRegistry } from "../../api/kube-object-detail-registry";
import { ReplicaSetDetails } from "../+workloads-replicasets";
interface Props extends KubeObjectDetailsProps<ResourceQuota> {
}
......@@ -103,6 +102,6 @@ kubeObjectDetailRegistry.add({
kind: "ResourceQuota",
apiVersions: ["v1"],
components: {
Details: (props) => <ReplicaSetDetails {...props} />
Details: (props) => <ResourceQuotaDetails {...props} />
}
});
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment