mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixes #12, operation without elastic search should now with without error
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user