Просмотр исходного кода

Fixes #12, operation without elastic search should now with without error

Torkel Ödegaard 12 лет назад
Родитель
Сommit
fc713be9ce
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      src/app/services/esVersion.js
  2. 1 1
      src/config.js

+ 1 - 1
src/app/services/esVersion.js

@@ -16,7 +16,7 @@ function (angular, _, config) {
     var self = this;
 
     this.init = function() {
-      getVersions();
+      //getVersions();
     };
 
     var getVersions = function() {

+ 1 - 1
src/config.js

@@ -15,7 +15,7 @@ function (Settings) {
 
     default_route: '/dashboard/file/default.json',
 
-    grafana_index: "grafana-dash",
+    grafana_index: "kibana-int",
 
     panel_names: [
       'text',