Skip to content

Commit

Permalink
Fixes #12, operation without elastic search should now with without e…
Browse files Browse the repository at this point in the history
…rror
  • Loading branch information
torkelo committed Jan 21, 2014
1 parent a6df1a9 commit fc713be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/services/esVersion.js
Expand Up @@ -16,7 +16,7 @@ function (angular, _, config) {
var self = this;

this.init = function() {
getVersions();
//getVersions();
};

var getVersions = function() {
Expand Down
2 changes: 1 addition & 1 deletion src/config.js
Expand Up @@ -15,7 +15,7 @@ function (Settings) {

default_route: '/dashboard/file/default.json',

grafana_index: "grafana-dash",
grafana_index: "kibana-int",

panel_names: [
'text',
Expand Down

0 comments on commit fc713be

Please sign in to comment.