mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 05:37:53 +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": [
|
||||
{
|
||||
"name": "Plot",
|
||||
"key": "plot",
|
||||
"templateUrl": "templates/plot.html",
|
||||
"needs": [ "telemetry" ],
|
||||
"delegation": true
|
||||
|
Loading…
Reference in New Issue
Block a user