mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 01:25:36 -05:00
Display page number, title, and description in wizard page headers (#1766)
This commit is contained in:
@@ -199,6 +199,7 @@ export interface IModelViewWizardPageDetails {
|
||||
content: string;
|
||||
enabled: boolean;
|
||||
customButtons: number[];
|
||||
description: string;
|
||||
}
|
||||
|
||||
export interface IModelViewWizardDetails {
|
||||
@@ -212,6 +213,7 @@ export interface IModelViewWizardDetails {
|
||||
backButton: number;
|
||||
customButtons: number[];
|
||||
message: DialogMessage;
|
||||
displayPageTitles: boolean;
|
||||
}
|
||||
|
||||
export enum MessageLevel {
|
||||
|
||||
Reference in New Issue
Block a user