mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 13:17:53 +00:00
[Time Conductor] Fixed TOI directive which was not being included
This commit is contained in:
parent
abb7230231
commit
d88e905c65
@ -91,7 +91,7 @@ define([
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "conductorTOI",
|
"key": "conductorToi",
|
||||||
"implementation": ConductorTOIDirective
|
"implementation": ConductorTOIDirective
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -83,7 +83,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Holds data visualization, time of interest -->
|
<!-- Holds data visualization, time of interest -->
|
||||||
<conductor-toi view-service="tcController.conductorViewService"></conductor-toi>
|
<conductor-toi view-service="tcController.conductorViewService"></conductor-toi>
|
||||||
|
|
||||||
<!-- Holds time system and session selectors, and zoom control -->
|
<!-- Holds time system and session selectors, and zoom control -->
|
||||||
<div class="l-time-conductor-controls l-row-elem l-flex-row flex-elem">
|
<div class="l-time-conductor-controls l-row-elem l-flex-row flex-elem">
|
||||||
|
Loading…
Reference in New Issue
Block a user