mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix for jslint maxlen
This commit is contained in:
parent
c97213f177
commit
58a494f33f
@ -30,7 +30,8 @@ function (angular, _, kbn) {
|
||||
return [];
|
||||
}
|
||||
|
||||
var template = "select [[func]]([[column]]) as [[column]]_[[func]] from [[series]] where [[timeFilter]] group by time([[interval]]) order asc";
|
||||
var template = "select [[func]]([[column]]) as [[column]]_[[func]] from [[series]] where [[timeFilter]]" +
|
||||
" group by time([[interval]]) order asc";
|
||||
|
||||
var templateData = {
|
||||
series: target.series,
|
||||
|
Loading…
Reference in New Issue
Block a user