mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Adding group by schema button to OE (#22083)
This commit is contained in:
@@ -84,4 +84,8 @@ export enum TelemetryViews {
|
||||
export enum TelemetryActions {
|
||||
GroupBySchemaEnabled = 'objectExplorerGroupBySchemaEnabled',
|
||||
GroupBySchemaDisabled = 'objectExplorerGroupBySchemaDisabled',
|
||||
EnableGroupBySchemaContextMenu = 'objectExplorerEnableGroupBySchemaContextMenu',
|
||||
DisableGroupBySchemaContextMenu = 'objectExplorerDisableGroupBySchemaContextMenu',
|
||||
EnableGroupByServerViewTitleAction = 'objectExplorerEnableGroupByServerViewTitleAction',
|
||||
DisableGroupByServerViewTitleAction = 'objectExplorerDisableGroupByServerViewTitleAction',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user