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 -------------------------------