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

@@ -3,5 +3,7 @@
"description": "SQL migration description",
"migration-notebook-command-title": "Open SQL migration notebooks",
"migration-dashboard-title": "SQL Migration",
"migration-dashboard-tasks": "Migration Tasks"
"migration-dashboard-tasks": "Migration Tasks",
"migration-command-category": "SQL Migration",
"start-migration-command": "Start SQL Migration"
}