databases tab (#9798)

* databases tab

* correct typo
This commit is contained in:
Alan Ren
2020-03-31 13:19:05 -07:00
committed by GitHub
parent 6b9184aa15
commit 4500e887bb
3 changed files with 26 additions and 11 deletions

View File

@@ -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": { "connectionProvider": {

View File

@@ -140,5 +140,8 @@
"mssql.connectionOptions.packetSize.displayName": "Packet size", "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.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.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"
} }

View File

@@ -84,16 +84,6 @@ const defaultVal = [
sizey: 1 sizey: 1
} }
}, },
{
name: nls.localize('databasesWidgetTitle', "Search"),
gridItemConfig: {
sizex: 1,
sizey: 2
},
widget: {
'explorer-widget': {}
}
},
{ {
widget: { widget: {
'backup-history-server-insight': null 'backup-history-server-insight': null