mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fix indent
This commit is contained in:
parent
4fe0913e35
commit
7e5ace08b3
@ -84,7 +84,7 @@ angular.module('kibana.services', [])
|
|||||||
|
|
||||||
})
|
})
|
||||||
.service('kbnIndex',function($http) {
|
.service('kbnIndex',function($http) {
|
||||||
// returns a promise containing an array of all indices matching the index
|
// returns a promise containing an array of all indices matching the index
|
||||||
// pattern that exist in a given range
|
// pattern that exist in a given range
|
||||||
this.indices = function(from,to,pattern,interval) {
|
this.indices = function(from,to,pattern,interval) {
|
||||||
var possible = [];
|
var possible = [];
|
||||||
|
Loading…
Reference in New Issue
Block a user