mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-13 19:48:37 -05:00
@@ -485,6 +485,28 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "mssql-databases",
|
||||
"description": "%mssql.tabs.databases%",
|
||||
"provider": "*",
|
||||
"title": "%mssql.tabs.databases%",
|
||||
"when": "dashboardContext == 'server'",
|
||||
"group": "home",
|
||||
"container": {
|
||||
"widgets-container": [
|
||||
{
|
||||
"name": "%explorer-widget-title%",
|
||||
"gridItemConfig": {
|
||||
"sizex": 3,
|
||||
"sizey": 3
|
||||
},
|
||||
"widget": {
|
||||
"explorer-widget": {}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"connectionProvider": {
|
||||
|
||||
@@ -140,5 +140,8 @@
|
||||
"mssql.connectionOptions.packetSize.displayName": "Packet size",
|
||||
"mssql.connectionOptions.packetSize.description": "Size in bytes of the network packets used to communicate with an instance of SQL Server",
|
||||
"mssql.connectionOptions.typeSystemVersion.displayName": "Type system version",
|
||||
"mssql.connectionOptions.typeSystemVersion.description": "Indicates which server type system then provider will expose through the DataReader"
|
||||
"mssql.connectionOptions.typeSystemVersion.description": "Indicates which server type system the provider will expose through the DataReader",
|
||||
|
||||
"mssql.tabs.databases": "Databases",
|
||||
"explorer-widget-title": "Search"
|
||||
}
|
||||
|
||||
@@ -84,16 +84,6 @@ const defaultVal = [
|
||||
sizey: 1
|
||||
}
|
||||
},
|
||||
{
|
||||
name: nls.localize('databasesWidgetTitle', "Search"),
|
||||
gridItemConfig: {
|
||||
sizex: 1,
|
||||
sizey: 2
|
||||
},
|
||||
widget: {
|
||||
'explorer-widget': {}
|
||||
}
|
||||
},
|
||||
{
|
||||
widget: {
|
||||
'backup-history-server-insight': null
|
||||
|
||||
Reference in New Issue
Block a user