mirror of
https://github.com/nasa/openmct.git
synced 2025-04-24 13:06:01 +00:00
open #155 Conflicts: platform/commonUI/general/res/sass/user-environ/_layout.scss platform/commonUI/themes/espresso/res/css/theme-espresso.css platform/commonUI/themes/snow/res/css/theme-snow.css platform/commonUI/themes/snow/res/sass/_constants.scss
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": "Time" },
|
|
{ "key": "yesterday", "name": "Yesterday" }
|
|
],
|
|
"comment": "Placeholder; to be replaced by inspection of available domains."
|
|
}
|
|
]
|
|
}
|
|
}
|