mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Connection Dialog: Dropdown for database name (#583)
* dropdown now lets databases * show databases for SQL Login too * localized strings * removed unnecesssary logic * fixed dropdown height, case-insensitive filter and alignement * added cache for connections
This commit is contained in:
@@ -43,6 +43,7 @@ export interface IConnectionComponentCallbacks {
|
||||
onCreateNewServerGroup?: () => void;
|
||||
onAdvancedProperties?: () => void;
|
||||
onSetAzureTimeOut?: () => void;
|
||||
onFetchDatabases?: (serverName: string, authenticationType: string, userName?: string, password?: string) => Promise<string[]>;
|
||||
}
|
||||
|
||||
export interface IConnectionComponentController {
|
||||
|
||||
Reference in New Issue
Block a user