server dashboard databases tab update (#10159)

* databases tab

* move icon to common-icons
This commit is contained in:
Alan Ren
2020-04-27 12:37:04 -07:00
committed by GitHub
parent e9339bb0d5
commit 5aa8894686
6 changed files with 38 additions and 29 deletions

View File

@@ -140,8 +140,5 @@
"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 the provider will expose through the DataReader",
"mssql.tabs.databases": "Databases",
"explorer-widget-title": "Search"
"mssql.connectionOptions.typeSystemVersion.description": "Indicates which server type system the provider will expose through the DataReader"
}