Merge branch 'release/v5.0' into fix/queries_over_time

This commit is contained in:
Dan Schaper
2020-01-25 17:50:43 -08:00
committed by GitHub
12 changed files with 28 additions and 25 deletions

View File

@@ -363,7 +363,7 @@ $("#queryOverTimeChart").click(function(evt) {
//get value by index
var from = label / 1000;
var until = label / 1000 + 600;
var until = label / 1000 + interval;
window.location.href = "db_queries.php?from=" + from + "&until=" + until;
}