Merge "fix a typo in drilldown.js"

This commit is contained in:
Zuul 2019-01-30 17:27:38 +00:00 committed by Gerrit Code Review
commit a6bc9ba3ce
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ dashboard = {
dashboard.title = 'Alarm drilldown';
// Set default time
// time can be overriden in the url using from/to parameters, but this is
// time can be overridden in the url using from/to parameters, but this is
// handled automatically in grafana core during dashboard initialization
dashboard.time = {
from: "now-6h",