mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Only show options on Controller viewlet (#6964)
This commit is contained in:
@@ -57,17 +57,17 @@
|
|||||||
"view/item/context": [
|
"view/item/context": [
|
||||||
{
|
{
|
||||||
"command": "bigDataClusters.command.manageController",
|
"command": "bigDataClusters.command.manageController",
|
||||||
"when": "viewItem == bigDataClusters.itemType.controllerNode",
|
"when": "view == sqlBigDataCluster && viewItem == bigDataClusters.itemType.controllerNode",
|
||||||
"group": "navigation@1"
|
"group": "navigation@1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command": "bigDataClusters.command.refreshController",
|
"command": "bigDataClusters.command.refreshController",
|
||||||
"when": "viewItem == bigDataClusters.itemType.controllerNode",
|
"when": "view == sqlBigDataCluster && viewItem == bigDataClusters.itemType.controllerNode",
|
||||||
"group": "navigation@2"
|
"group": "navigation@2"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command": "bigDataClusters.command.deleteController",
|
"command": "bigDataClusters.command.deleteController",
|
||||||
"when": "viewItem == bigDataClusters.itemType.controllerNode",
|
"when": "view == sqlBigDataCluster && viewItem == bigDataClusters.itemType.controllerNode",
|
||||||
"group": "navigation@3"
|
"group": "navigation@3"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user