mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 01:25:36 -05:00
- Adds new isHomeTab property. If set, this indicates a tab should override the default home tab.
This commit is contained in:
@@ -27,6 +27,7 @@ export interface IDashboardTab {
|
||||
container?: object;
|
||||
when?: string;
|
||||
alwaysShow?: boolean;
|
||||
isHomeTab?: boolean;
|
||||
}
|
||||
|
||||
export interface IDashboardRegistry {
|
||||
|
||||
Reference in New Issue
Block a user