From 0ef6c5964379332abda7818acee29a6db69e46a8 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Tue, 6 Jan 2015 10:03:24 -0800 Subject: [PATCH] [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. --- platform/features/plot/bundle.json | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/features/plot/bundle.json b/platform/features/plot/bundle.json index 8f5e134e57..b9d21894bb 100644 --- a/platform/features/plot/bundle.json +++ b/platform/features/plot/bundle.json @@ -4,6 +4,7 @@ "views": [ { "name": "Plot", + "key": "plot", "templateUrl": "templates/plot.html", "needs": [ "telemetry" ], "delegation": true