mirror of
https://github.com/nasa/openmct.git
synced 2025-06-04 08:30:48 +00:00
[Plugins] Install plugins for dev client
This commit is contained in:
parent
eceaa38ed8
commit
6bf293f96b
@ -32,12 +32,13 @@
|
|||||||
[
|
[
|
||||||
'example/imagery',
|
'example/imagery',
|
||||||
'example/eventGenerator',
|
'example/eventGenerator',
|
||||||
'example/generator',
|
'example/generator'
|
||||||
'platform/features/my-items',
|
|
||||||
'platform/persistence/local'
|
|
||||||
].forEach(
|
].forEach(
|
||||||
openmct.legacyRegistry.enable.bind(openmct.legacyRegistry)
|
openmct.legacyRegistry.enable.bind(openmct.legacyRegistry)
|
||||||
);
|
);
|
||||||
|
openmct.install(openmct.plugins.myItems);
|
||||||
|
openmct.install(openmct.plugins.localStorage);
|
||||||
|
openmct.install(openmct.plugins.espresso);
|
||||||
openmct.start();
|
openmct.start();
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user