mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(playlist): fix for timespan -> interval
This commit is contained in:
parent
1ec97e5199
commit
cabefa4fff
@ -33,7 +33,7 @@ function (angular) {
|
||||
.then(function(playlist) {
|
||||
return backendSrv.get('/api/playlists/' + playlistId + '/dashboards')
|
||||
.then(function(dashboards) {
|
||||
playlistSrv.start(dashboards, playlist.timespan);
|
||||
playlistSrv.start(dashboards, playlist.interval);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user