Connection dialog cleanup (#6076)

* Update names to be clearer and remove some unnecessary code

* Remove unused/inaccurate CMS display name value
This commit is contained in:
Charles Gagnon
2019-06-18 21:33:21 +00:00
committed by GitHub
parent 561b7575ba
commit 9e7282d16a
3 changed files with 25 additions and 26 deletions

View File

@@ -29,6 +29,5 @@ export const azureMFA = 'AzureMFA';
/* CMS constants */
export const cmsProviderName = 'MSSQL-CMS';
export const cmsProviderDisplayName = localize('constants.cmsProviderDisplayName', 'Microsoft SQL Server - CMS');
export const UNSAVED_GROUP_ID = 'unsaved';