Commit 0c5abc16 by Torkel Ödegaard

Merge branch 'xginn8-master'

parents 436e35c8 5fc59711
......@@ -114,6 +114,11 @@ class TimeSrv {
} else {
this.cancelNextRefresh();
}
// update url
var params = this.$location.search();
params.refresh = interval;
this.$location.search(params);
}
refreshDashboard() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment