mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 14:48:13 +00:00
[Time Conductor] Fixing bugs found in smoke testing. Fixes #933
This commit is contained in:
12
main.js
12
main.js
@ -91,10 +91,14 @@ define([
|
||||
'./platform/features/pages/bundle',
|
||||
'./platform/features/plot/bundle',
|
||||
'./platform/features/timeline/bundle',
|
||||
|
||||
// Old time conductor
|
||||
//'./platform/features/conductor/bundle',
|
||||
'./platform/features/conductor-v2/conductor/bundle',
|
||||
'./platform/features/conductor-v2/compatibility/bundle',
|
||||
'./platform/features/conductor-v2/utcTimeSystem/bundle',
|
||||
|
||||
// New time conductor
|
||||
//'./platform/features/conductor-v2/conductor/bundle',
|
||||
//'./platform/features/conductor-v2/compatibility/bundle',
|
||||
//'./platform/features/conductor-v2/utcTimeSystem/bundle',
|
||||
'./platform/features/table/bundle',
|
||||
'./platform/forms/bundle',
|
||||
'./platform/identity/bundle',
|
||||
@ -106,7 +110,7 @@ define([
|
||||
'./platform/search/bundle',
|
||||
'./platform/status/bundle',
|
||||
'./platform/commonUI/regions/bundle'
|
||||
//'./example/localTimeSystem/bundle'
|
||||
|
||||
|
||||
], function (Main, legacyRegistry) {
|
||||
return {
|
||||
|
Reference in New Issue
Block a user