Adds graph autorefresh every minute

This commit is contained in:
Simone Mainardi 2016-09-13 12:37:00 +02:00
parent e34d7806f1
commit 22e863feda

View file

@ -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>]]