mirror of
https://github.com/nasa/openmct.git
synced 2025-05-03 17:22:56 +00:00
parent
d94e8b10d8
commit
b6aa087536
@ -21,13 +21,19 @@
|
|||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
define([
|
define([
|
||||||
], function () {
|
'lodash'
|
||||||
return {
|
], function (_) {
|
||||||
localStorage: function (openmct) {
|
return _({
|
||||||
openmct.legacyRegistry.enable('platform/persistence/local');
|
couchDB: 'platform/persistence/couch',
|
||||||
},
|
elasticsearch: 'platform/persistence/elastic',
|
||||||
myItems: function (openmct) {
|
espresso: 'platform/commonUI/themes/espresso',
|
||||||
openmct.legacyRegistry.enable('platform/features/my-items');
|
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