Add enabled property and make default account option empty (#9036)

* Add enabled property and make default account option empty

* Rmove unused loc string

* Add descriptive comment and support required azure dropdowns.
This commit is contained in:
Charles Gagnon
2020-02-04 08:06:14 -08:00
committed by GitHub
parent 62df5359e2
commit 86ad477c77
3 changed files with 10 additions and 6 deletions

View File

@@ -169,7 +169,8 @@ export interface FieldInfo {
fontStyle?: FontStyle;
labelFontWeight?: FontWeight;
links?: azdata.LinkArea[];
editable?: boolean; // for editable dropdown
editable?: boolean; // for editable dropdown,
enabled?: boolean;
}
export interface AzureAccountFieldInfo extends FieldInfo {