mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -06:00
Merge branch 'xginn8-master'
This commit is contained in:
commit
0c5abc1615
@ -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