Adding inline actions to OE (#23101)

This commit is contained in:
Aasim Khan
2023-05-13 09:24:49 -07:00
committed by GitHub
parent 31a88cc9eb
commit 2beba9ac08
18 changed files with 279 additions and 66 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',
removeFilter = 'remove-filter-action'
}