mirror of
https://github.com/nasa/openmct.git
synced 2024-12-30 01:48:51 +00:00
31 lines
800 B
JSON
31 lines
800 B
JSON
{
|
|
"extensions": {
|
|
"representers": [
|
|
{
|
|
"implementation": "ConductorRepresenter.js",
|
|
"depends": [
|
|
"throttle",
|
|
"conductorService",
|
|
"$compile",
|
|
"views[]"
|
|
]
|
|
}
|
|
],
|
|
"components": [
|
|
{
|
|
"type": "decorator",
|
|
"provides": "telemetryService",
|
|
"implementation": "ConductorTelemetryDecorator.js",
|
|
"depends": [ "conductorService" ]
|
|
}
|
|
],
|
|
"services": [
|
|
{
|
|
"key": "conductorService",
|
|
"implementation": "ConductorService.js",
|
|
"depends": [ "now" ]
|
|
}
|
|
]
|
|
}
|
|
}
|