mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
show databases for azure server (#9951)
This commit is contained in:
@@ -493,7 +493,7 @@
|
|||||||
"description": "%mssql.tabs.databases%",
|
"description": "%mssql.tabs.databases%",
|
||||||
"provider": "*",
|
"provider": "*",
|
||||||
"title": "%mssql.tabs.databases%",
|
"title": "%mssql.tabs.databases%",
|
||||||
"when": "dashboardContext == 'server'",
|
"when": "dashboardContext == 'server' && !mssql:iscloud && mssql:engineedition != 11",
|
||||||
"group": "home",
|
"group": "home",
|
||||||
"icon": "resources/database.svg",
|
"icon": "resources/database.svg",
|
||||||
"container": {
|
"container": {
|
||||||
|
|||||||
@@ -93,6 +93,16 @@ const defaultVal = [
|
|||||||
widget: {
|
widget: {
|
||||||
'all-database-size-server-insight': null
|
'all-database-size-server-insight': null
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
name: nls.localize('explorerWidgetsTitle', "Search"),
|
||||||
|
gridItemConfig: {
|
||||||
|
sizex: 2,
|
||||||
|
sizey: 2
|
||||||
|
},
|
||||||
|
when: 'mssql:engineedition == 11 || mssql:iscloud',
|
||||||
|
widget: {
|
||||||
|
'explorer-widget': {}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user