mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
actually use ResourceQuotaDetails (#1621)
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
b128f55006
commit
bcb6f7469b
@ -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} />
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user