mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-24 09:35:37 -05:00
custom home tab sample (#16965)
* add sample for custom home tab * revert unexpected changes
This commit is contained in:
@@ -165,9 +165,6 @@ export abstract class DashboardPage extends AngularDisposable implements IConfig
|
||||
this.createTabs(tempWidgets);
|
||||
}
|
||||
|
||||
this.showToolbar = true;
|
||||
this.createToolbar(this.toolbarContainer.nativeElement, this.homeTabId);
|
||||
|
||||
this._register(this.themeService.onDidColorThemeChange((event: IColorTheme) => {
|
||||
this.updateTheme(event);
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user