mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix isLoadingAll within KubeObjectStore.loadItems
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
bbccc988be
commit
912a349d7a
@ -109,7 +109,7 @@ export abstract class KubeObjectStore<T extends KubeObject = any> extends ItemSt
|
||||
return api.list({}, this.query);
|
||||
}
|
||||
|
||||
const isLoadingAll = namespaces.includes("kube-system")
|
||||
const isLoadingAll = this.context.allNamespaces?.length > 1
|
||||
&& this.context.cluster.accessibleNamespaces.length === 0
|
||||
&& this.context.allNamespaces.every(ns => namespaces.includes(ns));
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user