Tasks schema registration (#900)

* inital task update

* fix schema update problems

* remove dead code
This commit is contained in:
Anthony Dresser
2018-03-13 13:55:08 -07:00
committed by GitHub
parent 722f5e56cd
commit bcd72d21c7
4 changed files with 26 additions and 20 deletions

View File

@@ -12,7 +12,7 @@ import { WidgetConfig } from 'sql/parts/dashboard/common/dashboardWidget';
export const WIDGETS_CONTAINER = 'widgets-container';
let widgetsSchema: IJSONSchema = {
const widgetsSchema: IJSONSchema = {
type: 'array',
description: nls.localize('dashboard.container.widgets', "The list of widgets that will be displayed in this tab."),
items: generateDashboardWidgetSchema(undefined, true)