mirror of
https://github.com/gusaul/grpcox.git
synced 2024-12-25 01:41:11 +00:00
update interval update and tooltip fixing
This commit is contained in:
parent
37d525bcb8
commit
2244c3aac2
|
@ -221,6 +221,8 @@ function updateCountNum() {
|
|||
}
|
||||
|
||||
function applyConnCount() {
|
||||
$('[data-toggle="tooltip"]').tooltip('hide');
|
||||
|
||||
$.ajax({
|
||||
url: "active/get",
|
||||
global: true,
|
||||
|
@ -243,7 +245,7 @@ function applyConnCount() {
|
|||
|
||||
function refreshConnCount() {
|
||||
applyConnCount();
|
||||
setTimeout(refreshConnCount, 5000);
|
||||
setTimeout(refreshConnCount, 10000);
|
||||
}
|
||||
|
||||
function refreshToolTip() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user