From 0a16c428bf503724044799edea2d42a064781cba Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Tue, 2 Dec 2014 16:24:14 -0800 Subject: [PATCH] [Panels] Include panels in active bundles Include bundle platform/features/layout, which includes the Telemtry Panel domain object type, in the list of active bundles. WTD-576. --- bundles.json | 1 + 1 file changed, 1 insertion(+) diff --git a/bundles.json b/bundles.json index bb37355f0e..768767ca17 100644 --- a/bundles.json +++ b/bundles.json @@ -7,6 +7,7 @@ "platform/commonUI/dialog", "platform/commonUI/general", "platform/telemetry", + "platform/features/layout", "platform/features/plot", "platform/features/scrolling",