fix a typo in drilldown.js

Change-Id: I6abc11f244e5673056df8659d3f16dd07d59f204
This commit is contained in:
melissaml 2018-05-23 23:54:00 +08:00
parent 181bcb1258
commit b1ccc6c040
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",