mirror of
https://github.com/nasa/openmct.git
synced 2024-12-26 16:21:06 +00:00
285c8cbd1e
Add status tracking for domain objects, and decoration of representations with status-related classes. Supports WTD-1575 by allowing pending state of taxonomy to be handled by status tracking and custom CSS, instead of by overriding platform templates.
24 lines
547 B
JSON
24 lines
547 B
JSON
{
|
|
"extensions": {
|
|
"representers": [
|
|
{
|
|
"implementation": "StatusRepresenter.js"
|
|
}
|
|
],
|
|
"capabilities": [
|
|
{
|
|
"key": "status",
|
|
"implementation": "StatusCapability.js",
|
|
"depends": [ "statusService" ]
|
|
}
|
|
],
|
|
"services": [
|
|
{
|
|
"key": "statusService",
|
|
"implementation": "StatusService.js",
|
|
"depends": [ "topic" ]
|
|
}
|
|
]
|
|
}
|
|
}
|