mirror of
https://github.com/nasa/openmct.git
synced 2025-01-02 03:16:41 +00:00
[TCv2] get conductor without service
This commit is contained in:
parent
6501e2eb5f
commit
900752208f
@ -41,6 +41,15 @@ define([
|
|||||||
legacyRegistry.register("platform/features/conductor-v2/conductor", {
|
legacyRegistry.register("platform/features/conductor-v2/conductor", {
|
||||||
"extensions": {
|
"extensions": {
|
||||||
"services": [
|
"services": [
|
||||||
|
{
|
||||||
|
"key": "timeConductor",
|
||||||
|
"implementation": function (timeConductorService) {
|
||||||
|
return timeConductorService.conductor();
|
||||||
|
},
|
||||||
|
"depends": [
|
||||||
|
"timeConductorService"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"key": "timeConductorService",
|
"key": "timeConductorService",
|
||||||
"implementation": TimeConductorService
|
"implementation": TimeConductorService
|
||||||
|
Loading…
Reference in New Issue
Block a user