Fix missing add azure account button in accountDialog (#15852)

* fix missing add azure account button in accoundDialog

* add sql edit note

* fix other getActions overrides

* use registerAction2 for adding account button

* fix icon and cleanup

* fix big add account button

* lint
This commit is contained in:
Hai Cao
2021-06-24 17:21:11 -07:00
committed by GitHub
parent 0d2710341a
commit 3eef3f2a0b
3 changed files with 68 additions and 43 deletions

View File

@@ -13,5 +13,6 @@ export const enum SqlIconId {
addServerGroupAction = 'add-server-group-action',
addServerAction = 'add-server-action',
activeConnectionsAction = 'active-connections-action',
serverPage = 'server-page'
serverPage = 'server-page',
addAccountAction = 'add-linked-account-action'
}