mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-02 09:35:40 -05:00
add options to customize the model view dashboard (#9872)
* add options to customize the mv dashboard * rename the property
This commit is contained in:
@@ -157,7 +157,7 @@ export abstract class DashboardPage extends AngularDisposable implements IConfig
|
||||
});
|
||||
this.propertiesWidget = properties ? properties[0] : undefined;
|
||||
this._panel.options = {
|
||||
showTabsWhenOne: true,
|
||||
alwaysShowTabs: true,
|
||||
layout: NavigationBarLayout.vertical,
|
||||
showIcon: true
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user