mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-29 09:35:38 -05:00
Refactor and rename dashboard tabs part 1 (#755)
* refactor and rename dashboard tabs * undo incorrect changes
This commit is contained in:
@@ -24,7 +24,7 @@ export interface IDashboardTab {
|
||||
title: string;
|
||||
publisher: string;
|
||||
description?: string;
|
||||
content?: object;
|
||||
container?: object;
|
||||
provider?: string | string[];
|
||||
edition?: number | number[];
|
||||
alwaysShow?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user