mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -06:00
refactor(): refactoring PR #7124
This commit is contained in:
parent
9a61d43dc6
commit
5fc5971145
@ -114,6 +114,11 @@ class TimeSrv {
|
||||
} else {
|
||||
this.cancelNextRefresh();
|
||||
}
|
||||
|
||||
// update url
|
||||
var params = this.$location.search();
|
||||
params.refresh = interval;
|
||||
this.$location.search(params);
|
||||
}
|
||||
|
||||
refreshDashboard() {
|
||||
|
Loading…
Reference in New Issue
Block a user