Merge branch 'xginn8-master'

This commit is contained in:
Torkel Ödegaard 2017-01-31 08:27:53 +01:00
commit 0c5abc1615

View File

@ -114,6 +114,11 @@ class TimeSrv {
} else {
this.cancelNextRefresh();
}
// update url
var params = this.$location.search();
params.refresh = interval;
this.$location.search(params);
}
refreshDashboard() {