mirror of
https://github.com/nasa/openmct.git
synced 2024-12-21 06:03:08 +00:00
5a1d774b47
To UTC, instead of just Time.
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
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", "TIME_CONDUCTOR_DOMAINS" ]
|
|
}
|
|
],
|
|
"templates": [
|
|
{
|
|
"key": "time-conductor",
|
|
"templateUrl": "templates/time-conductor.html"
|
|
}
|
|
],
|
|
"constants": [
|
|
{
|
|
"key": "TIME_CONDUCTOR_DOMAINS",
|
|
"value": [
|
|
{ "key": "time", "name": "UTC", "format": "utc" }
|
|
],
|
|
"priority": "fallback",
|
|
"comment": "Placeholder; to be replaced by inspection of available domains."
|
|
}
|
|
]
|
|
}
|
|
}
|