mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Removed map2 and parallelcoordinates from default config file
This commit is contained in:
parent
a34e1dcbd5
commit
a793637fea
@ -14,8 +14,8 @@ var config = new Settings(
|
||||
{
|
||||
elasticsearch: 'http://localhost:9200',
|
||||
kibana_index: "kibana-int",
|
||||
modules: ['histogram','map','map2','pie','table','stringquery','sort',
|
||||
modules: ['histogram','map','pie','table','stringquery','sort',
|
||||
'timepicker','text','fields','hits','dashcontrol',
|
||||
'column', 'parallelcoordinates'],
|
||||
'column'],
|
||||
}
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user