mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fixed config.js grafana_index default value was accidentally changed
This commit is contained in:
parent
d259f14267
commit
f0c8b70f47
@ -15,7 +15,7 @@ function (Settings) {
|
||||
|
||||
default_route: '/dashboard/file/default.json',
|
||||
|
||||
grafana_index: "kibana-int",
|
||||
grafana_index: "grafana-dash",
|
||||
|
||||
panel_names: [
|
||||
'text',
|
||||
|
Loading…
Reference in New Issue
Block a user