Rashid Khan пре 12 година
родитељ
комит
7e5ace08b3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      js/services.js

+ 1 - 1
js/services.js

@@ -84,7 +84,7 @@ angular.module('kibana.services', [])
 
 })
 .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
   this.indices = function(from,to,pattern,interval) {
     var possible = [];