mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-30 00:30:29 -04:00
add 'start migration' action to dashboard toolbar (#14869)
* add 'start migration' action to dashboard toolbar * localization
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user