mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 13:43:09 +00:00
b915a90305
Use correct glyphs for Plot, Scrolling, and Items views. WTD-734.
25 lines
718 B
JSON
25 lines
718 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/scrolling.html",
|
|
"needs": [ "telemetry" ],
|
|
"delegation": true
|
|
}
|
|
],
|
|
"controllers": [
|
|
{
|
|
"key": "ScrollingListController",
|
|
"implementation": "ScrollingListController.js",
|
|
"depends": [ "$scope", "telemetryFormatter" ]
|
|
}
|
|
]
|
|
}
|
|
|
|
} |