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