mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Adds graph autorefresh every minute
This commit is contained in:
parent
e34d7806f1
commit
22e863feda
1 changed files with 1 additions and 1 deletions
|
|
@ -371,7 +371,7 @@ function drawRRD(ifid, host, rrdFile, zoomLevel, baseurl, show_timeseries,
|
|||
protocols_loaded = $('a[href="#historical-top-apps"]').attr("loaded");
|
||||
}
|
||||
if(typeof talkers_loaded == 'undefined' && typeof protocols_loaded == 'undefined'){
|
||||
// window.location.reload(); /* do not reload, it'a annoying */
|
||||
window.location.reload(); /* do not reload, it'a annoying */
|
||||
}
|
||||
}, 60*1000);
|
||||
</script>]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue