Commit fc713be9 by Torkel Ödegaard

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

parent a6df1a93
......@@ -16,7 +16,7 @@ function (angular, _, config) {
var self = this;
this.init = function() {
getVersions();
//getVersions();
};
var getVersions = function() {
......
......@@ -15,7 +15,7 @@ function (Settings) {
default_route: '/dashboard/file/default.json',
grafana_index: "grafana-dash",
grafana_index: "kibana-int",
panel_names: [
'text',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment