Added imagery timeline view for telemetry sources and placeholder template for displaying historical imagery
This commit is contained in:
committed by
Pete Richards
parent
2aa2d9d4bb
commit
05290593e9
@@ -30,10 +30,14 @@
|
||||
<script>
|
||||
var THIRTY_MINUTES = 30 * 60 * 1000;
|
||||
|
||||
require(['openmct'], function (openmct) {
|
||||
require([
|
||||
'openmct',
|
||||
'platform/features/imagery-timeline/bundle'
|
||||
], function (openmct) {
|
||||
[
|
||||
'example/eventGenerator',
|
||||
'example/styleguide'
|
||||
'example/styleguide',
|
||||
'platform/features/imagery-timeline'
|
||||
].forEach(
|
||||
openmct.legacyRegistry.enable.bind(openmct.legacyRegistry)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user