pull/522/head
Mr Chen 1 year ago
parent 29e3dedbe9
commit 66bcd15502
  1. 2
      plugins/data_query/static/html/index.html
  2. 4
      plugins/data_query/static/js/app.js

@ -89,7 +89,7 @@
</div>
<div style="position: relative;">
<div id="mysql_ot_table" class="divtable mtb10" style="margin-top: 8px;">
<div id="mysql_ot_table" class="divtable">
<table class="table table-hover">
<thead style="position: relative;z-index: 1;">
<tr>

@ -224,7 +224,11 @@ function initTabMemcached(){
function initTabMySQL(){
mysqlGetDbList();
mysqlProcessList();
setInterval(function(){
mysqlProcessList();
},2000);
}
// ------------------------- mysql start -------------------------------

Loading…
Cancel
Save