mirror of
https://github.com/nasa/openmct.git
synced 2025-02-21 09:52:04 +00:00
[Plugins] De-camelcase Elasticsearch constructor
...since that's the way elastic does it, when they capitalize any letters.
This commit is contained in:
parent
ed67866f45
commit
16ec65f38c
@ -61,7 +61,7 @@ define([
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
plugins.ElasticSearch = function (url) {
|
plugins.Elasticsearch = function (url) {
|
||||||
return function (openmct) {
|
return function (openmct) {
|
||||||
if (url) {
|
if (url) {
|
||||||
var bundleName = "config/elastic";
|
var bundleName = "config/elastic";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user