mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-25 09:35:37 -05:00
add Encryption related welcome msg (#21048)
This commit is contained in:
@@ -106,11 +106,15 @@ export class ErrorMessageDialog extends Modal {
|
||||
// Nothing to re-layout
|
||||
}
|
||||
|
||||
private updateDialogBody(): void {
|
||||
protected updateDialogBody(): void {
|
||||
DOM.clearNode(this._body!);
|
||||
DOM.append(this._body!, DOM.$('div.error-message')).innerText = this._message!;
|
||||
}
|
||||
|
||||
protected getBody(): HTMLElement {
|
||||
return this._body;
|
||||
}
|
||||
|
||||
private updateIconTitle(): void {
|
||||
switch (this._severity) {
|
||||
case Severity.Error:
|
||||
|
||||
Reference in New Issue
Block a user