mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-29 09:35:38 -05:00
removing separate heading for page number and clubbing it with wizard title (#13380)
This commit is contained in:
@@ -28,9 +28,8 @@ export interface DialogComponentParams extends IBootstrapParams {
|
||||
template: `
|
||||
<div class="dialogContainer" *ngIf="_dialogPane && _dialogPane.displayPageTitle">
|
||||
<div class="dialogModal-wizardHeader" *ngIf="_dialogPane && _dialogPane.displayPageTitle">
|
||||
<h1 *ngIf="_dialogPane.pageNumber" class="wizardPageNumber">{{_dialogPane.pageNumberDisplayText}}</h1>
|
||||
<h2 *ngIf="_dialogPane.pageNumber" class="wizardPageTitle">{{_dialogPane.title}}</h2>
|
||||
<h1 *ngIf="!_dialogPane.pageNumber" class="wizardPageTitle">{{_dialogPane.title}}</h1>
|
||||
<h2 *ngIf="_dialogPane.pageNumber" class="wizardPageTitle">{{_dialogPane.pageNumberDisplayText}}: {{_dialogPane.title}}</h2>
|
||||
<h2 *ngIf="!_dialogPane.pageNumber" class="wizardPageTitle">{{_dialogPane.title}}</h2>
|
||||
<div *ngIf="_dialogPane.description">{{_dialogPane.description}}</div>
|
||||
</div>
|
||||
<div style="flex: 1 1 auto; position: relative;">
|
||||
|
||||
Reference in New Issue
Block a user