Fixed CMS connection auth (#5306)

* fixed auth change to reflect in UI

* added comments

* fix bug where cms shows in dropdown

* added parameter to parent call
This commit is contained in:
Aditya Bist
2019-05-03 13:26:04 -07:00
committed by GitHub
parent f5d13319a2
commit a69f194d8b
2 changed files with 5 additions and 6 deletions

View File

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