refactor(): refactoring PR #7124

This commit is contained in:
Torkel Ödegaard 2017-01-31 08:27:48 +01:00
parent 9a61d43dc6
commit 5fc5971145

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() {