mirror of
https://github.com/nasa/openmct.git
synced 2025-01-31 00:23:54 +00:00
parent
d94e8b10d8
commit
b6aa087536
@ -21,13 +21,19 @@
|
||||
*****************************************************************************/
|
||||
|
||||
define([
|
||||
], function () {
|
||||
return {
|
||||
localStorage: function (openmct) {
|
||||
openmct.legacyRegistry.enable('platform/persistence/local');
|
||||
},
|
||||
myItems: function (openmct) {
|
||||
openmct.legacyRegistry.enable('platform/features/my-items');
|
||||
}
|
||||
'lodash'
|
||||
], function (_) {
|
||||
return _({
|
||||
couchDB: 'platform/persistence/couch',
|
||||
elasticsearch: 'platform/persistence/elastic',
|
||||
espresso: 'platform/commonUI/themes/espresso',
|
||||
localStorage: 'platform/persistence/local',
|
||||
myItems: 'platform/features/my-items',
|
||||
snow: 'platform/commonUI/themes/snow',
|
||||
utcTimeSystem: 'platform/features/conductor/utcTimeSystem'
|
||||
}).map(pluginName, bundleName) {
|
||||
return function (openmct) {
|
||||
openmct.legacyRegistry.enable(bundleName);
|
||||
};
|
||||
};
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user