mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-25 09:35:37 -05:00
Adding group by schema button to OE (#22083)
This commit is contained in:
@@ -74,7 +74,7 @@ actionRegistry.registerWorkbenchAction(
|
||||
|
||||
MenuRegistry.appendMenuItem(MenuId.ViewTitle, {
|
||||
group: 'navigation',
|
||||
order: 10,
|
||||
order: 1,
|
||||
command: {
|
||||
id: AddServerAction.ID,
|
||||
title: AddServerAction.LABEL,
|
||||
@@ -85,7 +85,7 @@ MenuRegistry.appendMenuItem(MenuId.ViewTitle, {
|
||||
|
||||
MenuRegistry.appendMenuItem(MenuId.ViewTitle, {
|
||||
group: 'navigation',
|
||||
order: 20,
|
||||
order: 2,
|
||||
command: {
|
||||
id: AddServerGroupAction.ID,
|
||||
title: AddServerGroupAction.LABEL,
|
||||
@@ -96,7 +96,7 @@ MenuRegistry.appendMenuItem(MenuId.ViewTitle, {
|
||||
|
||||
MenuRegistry.appendMenuItem(MenuId.ViewTitle, {
|
||||
group: 'navigation',
|
||||
order: 30,
|
||||
order: 3,
|
||||
command: {
|
||||
id: ActiveConnectionsFilterAction.ID,
|
||||
title: ActiveConnectionsFilterAction.SHOW_ACTIVE_CONNECTIONS_LABEL,
|
||||
|
||||
Reference in New Issue
Block a user