mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-27 01:25:36 -05:00
Add custom option support on Connection dialog + move Encrypt to connection dialog (#20959)
This commit is contained in:
@@ -147,8 +147,8 @@ export function updateOptions(options: { [optionName: string]: any }, optionsMap
|
||||
}
|
||||
}
|
||||
|
||||
export let trueInputValue: string = 'True';
|
||||
export let falseInputValue: string = 'False';
|
||||
export let trueInputValue: string = localize('boolean.true', 'True');
|
||||
export let falseInputValue: string = localize('boolean.false', 'False');
|
||||
|
||||
export function findElement(container: HTMLElement, className: string): HTMLElement {
|
||||
let elementBuilder = container;
|
||||
|
||||
Reference in New Issue
Block a user