소스 검색

fixed unlinted line

Rashid Khan 12 년 전
부모
커밋
e071366bbf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      js/services.js

+ 1 - 1
js/services.js

@@ -89,7 +89,7 @@ angular.module('kibana.services', [])
       if(status === 0) {
         alertSrv.set('Error',"Could not contact Elasticsearch at "+config.elasticsearch+
           ". Please ensure that Elasticsearch is reachable from your system." ,'error');
-     } else {
+      } else {
         alertSrv.set('Error',"No index found at "+config.elasticsearch+"/" +
          indices.join(',')+"/_mapping. Please create at least one index."  +
          "If you're using a proxy ensure it is configured correctly.",'error');