mirror of
https://github.com/nasa/openmct.git
synced 2025-01-29 15:43:52 +00:00
[API] Enable example bundles
Enable example bundles in the default build. Addresses regression in development environments introduced by #1212.
This commit is contained in:
parent
7b218c7f02
commit
1bf7c06b1e
13
index.html
13
index.html
@ -29,11 +29,14 @@
|
|||||||
</script>
|
</script>
|
||||||
<script>
|
<script>
|
||||||
require(['openmct'], function (openmct) {
|
require(['openmct'], function (openmct) {
|
||||||
require([
|
[
|
||||||
'./example/imagery/bundle',
|
'example/imagery',
|
||||||
'./example/eventGenerator/bundle',
|
'example/eventGenerator',
|
||||||
'./example/generator/bundle'
|
'example/generator'
|
||||||
], openmct.start.bind(openmct));
|
].forEach(
|
||||||
|
openmct.legacyRegistry.enable.bind(openmct.legacyRegistry)
|
||||||
|
);
|
||||||
|
openmct.start();
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<link rel="stylesheet" href="platform/commonUI/general/res/css/startup-base.css">
|
<link rel="stylesheet" href="platform/commonUI/general/res/css/startup-base.css">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user