mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
First check in for Migration Dashboard (#14309)
* Adding Dashboard Fixing auth keys api create status Dialog * making some changes requested in the PR * switched to text component from dom component * Adding TODO comment * Fixing image url to work on windows * Fixing stuff pointed out in PR comments * adding return type to dasboard register function * Adding more todos
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
"azdata": ">=1.19.0"
|
||||
},
|
||||
"activationEvents": [
|
||||
"onDashboardOpen",
|
||||
"onCommand:sqlmigration.start",
|
||||
"onCommand:sqlmigration.testDialog",
|
||||
"onCommand:sqlmigration.openNotebooks"
|
||||
@@ -41,6 +42,35 @@
|
||||
"title": "%migration-notebook-command-title%",
|
||||
"category": "SQL Migration"
|
||||
}
|
||||
],
|
||||
"dashboard.tabs": [
|
||||
{
|
||||
"id": "migration-dashboard",
|
||||
"description": "%migration-dashboard-title%",
|
||||
"provider": "MSSQL",
|
||||
"title": "%migration-dashboard-title%",
|
||||
"icon": {
|
||||
"light": "./images/migration.svg",
|
||||
"dark": "./images/migration.svg"
|
||||
},
|
||||
"when": "connectionProvider == 'MSSQL' && !mssql:iscloud",
|
||||
"container": {
|
||||
"grid-container": [
|
||||
{
|
||||
"name": "",
|
||||
"row": 0,
|
||||
"col": 1,
|
||||
"rowspan": 5,
|
||||
"colspan": 5,
|
||||
"widget": {
|
||||
"modelview": {
|
||||
"id": "migration.dashboard"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user