Authored by lingmin

Merge branch 'dev1019' of http://git.yoho.cn/ops/monitor-ui into dev1019

... ... @@ -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;
... ...