mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Log state after refresh accessibility
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
33f573e405
commit
84159a6557
@ -498,6 +498,7 @@ export class Cluster implements ClusterModel {
|
|||||||
|
|
||||||
this.allowedResources.replace(await this.getAllowedResources(requestNamespaceListPermissions));
|
this.allowedResources.replace(await this.getAllowedResources(requestNamespaceListPermissions));
|
||||||
this.ready = this.knownResources.length > 0;
|
this.ready = this.knownResources.length > 0;
|
||||||
|
this.dependencies.logger.info(`[CLUSTER]: refreshed accessibility data`, this.getState());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user