mirror of
https://github.com/nasa/openmct.git
synced 2024-12-26 08:11:05 +00:00
26 lines
745 B
JSON
26 lines
745 B
JSON
|
{
|
||
|
"name": "Scrolling Lists",
|
||
|
"description": "Time-ordered list of latest data.",
|
||
|
"extensions": {
|
||
|
"views": [
|
||
|
{
|
||
|
"key": "scrolling",
|
||
|
"name": "Scrolling",
|
||
|
"glyph": "5",
|
||
|
"description": "Scrolling list of data values.",
|
||
|
"templateUrl": "templates/rtscrolling.html",
|
||
|
"needs": [ "telemetry" ],
|
||
|
"delegation": true
|
||
|
}
|
||
|
],
|
||
|
"controllers": [
|
||
|
{
|
||
|
"key": "RTScrollingListController",
|
||
|
"implementation": "RTScrollingListController.js",
|
||
|
"depends": [ "$scope", "telemetryHandler", "telemetryFormatter" ]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
|
||
|
}
|