From 400d95c1a51e24d8b28b12bf4c761b6d75501c7b Mon Sep 17 00:00:00 2001
From: Dakota Walsh <101994734+dakota-portainer@users.noreply.github.com>
Date: Thu, 27 Jul 2023 11:46:38 +1200
Subject: [PATCH] fix(metrics): node chart race condition EE-5447 (#9249)
---
.../views/applications/stats/stats.html | 164 +++++++++---------
.../applications/stats/statsController.js | 32 ++--
.../views/cluster/node/stats/stats.html | 148 ++++++++--------
.../cluster/node/stats/statsController.js | 39 +++--
.../views/configure/configureController.js | 2 +-
5 files changed, 197 insertions(+), 188 deletions(-)
diff --git a/app/kubernetes/views/applications/stats/stats.html b/app/kubernetes/views/applications/stats/stats.html
index 01b47510c..dcc367cd9 100644
--- a/app/kubernetes/views/applications/stats/stats.html
+++ b/app/kubernetes/views/applications/stats/stats.html
@@ -26,95 +26,93 @@