From 66bcd15502c06ee3590e4831e68f0131d5fbf974 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 6 Feb 2024 22:14:17 +0800 Subject: [PATCH] update --- plugins/data_query/static/html/index.html | 2 +- plugins/data_query/static/js/app.js | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/plugins/data_query/static/html/index.html b/plugins/data_query/static/html/index.html index 9349c057a..9a1a65d56 100644 --- a/plugins/data_query/static/html/index.html +++ b/plugins/data_query/static/html/index.html @@ -89,7 +89,7 @@
-
+
diff --git a/plugins/data_query/static/js/app.js b/plugins/data_query/static/js/app.js index ba4f044ad..94dcc429b 100755 --- a/plugins/data_query/static/js/app.js +++ b/plugins/data_query/static/js/app.js @@ -224,7 +224,11 @@ function initTabMemcached(){ function initTabMySQL(){ mysqlGetDbList(); + mysqlProcessList(); + setInterval(function(){ + mysqlProcessList(); + },2000); } // ------------------------- mysql start -------------------------------