[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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user