mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 13:43:09 +00:00
[Plot] Add a key to view definition
Add a value for key to the definition of Plot view; this avoids defaulting to Plot as a view for all objects, WTD-628.
This commit is contained in:
parent
9981543156
commit
0ef6c59643
@ -4,6 +4,7 @@
|
|||||||
"views": [
|
"views": [
|
||||||
{
|
{
|
||||||
"name": "Plot",
|
"name": "Plot",
|
||||||
|
"key": "plot",
|
||||||
"templateUrl": "templates/plot.html",
|
"templateUrl": "templates/plot.html",
|
||||||
"needs": [ "telemetry" ],
|
"needs": [ "telemetry" ],
|
||||||
"delegation": true
|
"delegation": true
|
||||||
|
Loading…
Reference in New Issue
Block a user