[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:
Victor Woeltjen 2015-01-06 10:03:24 -08:00
parent 9981543156
commit 0ef6c59643

View File

@ -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