add 'start migration' action to dashboard toolbar (#14869)

* add 'start migration' action to dashboard toolbar

* localization
This commit is contained in:
Alan Ren
2021-03-25 12:36:37 -07:00
committed by GitHub
parent 5db6857c49
commit 94c0795fc7
3 changed files with 36 additions and 16 deletions

View File

@@ -28,13 +28,14 @@
"commands": [
{
"command": "sqlmigration.start",
"title": "SQL Migration Start",
"category": "SQL Migration"
"title": "%start-migration-command%",
"category": "%migration-command-category%",
"icon": "./images/migration.svg"
},
{
"command": "sqlmigration.openNotebooks",
"title": "%migration-notebook-command-title%",
"category": "SQL Migration"
"category": "%migration-command-category%"
}
],
"dashboard.tabs": [
@@ -50,6 +51,16 @@
"when": "connectionProvider == 'MSSQL' && !mssql:iscloud",
"container": {
"grid-container": [
{
"name": "",
"row": 0,
"col": 0,
"widget": {
"tasks-widget": [
"sqlmigration.start"
]
}
},
{
"name": "",
"row": 0,