Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
monitor-ui
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
qinchao
7 years ago
Commit
230e7879751e2b3f69be54b9fa5064fcef47eb79
1 parent
291fcc51
redis监控-20180320-v2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
monitor-ui-web/src/main/webapp/jsp/redisInfo/newRedisMonitor.jsp
monitor-ui-web/src/main/webapp/jsp/redisInfo/newRedisMonitor.jsp
View file @
230e787
...
...
@@ -125,9 +125,14 @@
$
(
function
()
{
refreshTable
();
//自动刷新 10s
setTimeout
(
're
fresh
Table()'
,
10000
);
setTimeout
(
're
load
Table()'
,
10000
);
});
function
reloadTable
()
{
$
(
"#tRedisTable"
).
table
(
"loadLoaclData"
,[]);
refreshTable
();
}
/* function refresh() {
$.ajax(
{
...
...
@@ -300,8 +305,7 @@
});
return
div
;
}
}],
/* data: data*/
}]
});
}
...
...
Please
register
or
login
to post a comment