mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
a884bb03e1
commit
c686bb3340
@ -68,7 +68,7 @@ export class ClusterManager extends Singleton {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
clusters.forEach((cluster) => {
|
clusters.filter((c) => !c.ownerRef).forEach((cluster) => {
|
||||||
const entityIndex = this.catalogSource.findIndex((entity) => entity.metadata.uid === cluster.id);
|
const entityIndex = this.catalogSource.findIndex((entity) => entity.metadata.uid === cluster.id);
|
||||||
const newEntity = this.catalogEntityFromCluster(cluster);
|
const newEntity = this.catalogEntityFromCluster(cluster);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user