mirror of
https://github.com/nasa/openmct.git
synced 2024-12-30 09:58:52 +00:00
627fa267f4
Add a bundle which contains view for image telemetry. Template is a placeholder; view is restricted by policy to telemetry-providing domain objects which actually have image telemetry. WTD-1170.
21 lines
486 B
JSON
21 lines
486 B
JSON
{
|
|
"name": "Plot view for telemetry",
|
|
"extensions": {
|
|
"views": [
|
|
{
|
|
"name": "Imagery",
|
|
"key": "imagery",
|
|
"glyph": "I",
|
|
"templateUrl": "templates/imagery.html",
|
|
"needs": [ "telemetry" ]
|
|
}
|
|
],
|
|
"policies": [
|
|
{
|
|
"category": "view",
|
|
"implementation": "policies/ImageryViewPolicy.js"
|
|
}
|
|
]
|
|
}
|
|
}
|