Run monitor when tab is focused
This commit is contained in:
parent
08b6d28755
commit
5bef74287d
@ -1869,4 +1869,9 @@ $(function() {
|
||||
|
||||
$('a[href="#clearMonitorConfig"]').show();
|
||||
}
|
||||
});
|
||||
|
||||
// Run the monitor once loaded
|
||||
$(function() {
|
||||
$('a[href="#pauseCharts"]').trigger('click');
|
||||
});
|
||||
Loading…
Reference in New Issue
Block a user