Authored by jack

增加定时1分钟刷新

... ... @@ -119,6 +119,10 @@
<script type="text/javascript">
$(function () {
refreshTable();
});
function refreshTable() {
$("#tRedisTable").table({
url: contextPath + "redisMonitor/allTwemproxy",
striped: true,
... ... @@ -229,9 +233,8 @@
}],
/* data: data*/
});
});
setTimeout('refreshTable()',60000);
}
function showRedisInfo(rowData) {
var vId = rowData.volumeId;
... ...