Fix bootstrapping around dashboard (#5040)

This commit is contained in:
Anthony Dresser
2019-04-15 23:49:40 -07:00
committed by Alan Ren
parent a5bc65fbfb
commit b75d0b6cb5
5 changed files with 5 additions and 5 deletions

View File

@@ -117,7 +117,7 @@ exports.load = function (modulePaths, resultCallback, options) {
'ansi_up',
'pretty-data',
'html-query-plan',
'ng2-charts/ng2-charts',
'ng2-charts',
'rxjs/Observable',
'rxjs/Subject',
'rxjs/Observer',

View File

@@ -459,7 +459,6 @@ import 'sql/parts/objectExplorer/serverGroupDialog/serverGroup.contribution';
import 'sql/platform/accounts/browser/accountManagement.contribution';
// dashboard
import 'sql/workbench/parts/dashboard/dashboard.contribution';
import 'sql/workbench/parts/dashboard/widgets/insights/views/charts/types/barChart.contribution';
import 'sql/workbench/parts/dashboard/widgets/insights/views/charts/types/doughnutChart.contribution';
import 'sql/workbench/parts/dashboard/widgets/insights/views/charts/types/horizontalBarChart.contribution';
@@ -470,6 +469,7 @@ import 'sql/workbench/parts/dashboard/widgets/insights/views/charts/types/timeSe
import 'sql/workbench/parts/dashboard/widgets/insights/views/countInsight.contribution';
import 'sql/workbench/parts/dashboard/widgets/insights/views/imageInsight.contribution';
import 'sql/workbench/parts/dashboard/widgets/insights/views/tableInsight.contribution';
import 'sql/workbench/parts/dashboard/dashboard.contribution';
/* Tasks */
import 'sql/workbench/common/actions.contribution';
/* Widgets */