mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 14:59:41 +02:00
fix(metrics): node chart race condition EE-5447 (#9249)
This commit is contained in:
parent
ca617e2ac9
commit
400d95c1a5
5 changed files with 197 additions and 188 deletions
|
@ -189,7 +189,7 @@ class KubernetesConfigureController {
|
|||
await getMetricsForAllNodes(this.endpoint.Id);
|
||||
this.state.metrics.isServerRunning = true;
|
||||
this.state.metrics.pending = false;
|
||||
this.state.metrics.userClick = false;
|
||||
this.state.metrics.userClick = true;
|
||||
this.formValues.UseServerMetrics = true;
|
||||
} catch (_) {
|
||||
this.state.metrics.isServerRunning = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue