mirror of
https://github.com/nasa/openmct.git
synced 2025-06-18 07:08:12 +00:00
Elasticsearch support for change to typeless API (#2941)
* added elasticsearch to bundlemap
This commit is contained in:
@ -88,7 +88,8 @@ define([
|
||||
var bundleMap = {
|
||||
LocalStorage: 'platform/persistence/local',
|
||||
MyItems: 'platform/features/my-items',
|
||||
CouchDB: 'platform/persistence/couch'
|
||||
CouchDB: 'platform/persistence/couch',
|
||||
Elasticsearch: 'platform/persistence/elastic'
|
||||
};
|
||||
|
||||
var plugins = _.mapValues(bundleMap, function (bundleName, pluginName) {
|
||||
|
Reference in New Issue
Block a user