mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 01:25:36 -05:00
add sql db related content to dashboard and readme (#20674)
* add sql db scenario to dashboard with links * adding more SQL DB updates
This commit is contained in:
@@ -237,7 +237,8 @@ export class DashboardTab extends TabBase<DashboardTab> {
|
||||
value: [
|
||||
loc.PRE_REQ_1,
|
||||
loc.PRE_REQ_2,
|
||||
loc.PRE_REQ_3
|
||||
loc.PRE_REQ_3,
|
||||
loc.PRE_REQ_4,
|
||||
],
|
||||
CSSStyles: {
|
||||
...styles.SMALL_NOTE_CSS,
|
||||
@@ -321,7 +322,7 @@ export class DashboardTab extends TabBase<DashboardTab> {
|
||||
.withLayout({
|
||||
flexFlow: 'column',
|
||||
width: '440px',
|
||||
height: '365px',
|
||||
height: '436px',
|
||||
justifyContent: 'flex-start',
|
||||
}).withProps({
|
||||
CSSStyles: {
|
||||
@@ -358,6 +359,11 @@ export class DashboardTab extends TabBase<DashboardTab> {
|
||||
description: loc.DASHBOARD_HELP_DESCRIPTION_VMTUTORIAL,
|
||||
link: 'https://docs.microsoft.com/azure/dms/tutorial-sql-server-to-virtual-machine-online-ads'
|
||||
},
|
||||
{
|
||||
title: loc.DASHBOARD_HELP_LINK_SQLDB_TUTORIAL,
|
||||
description: loc.DASHBOARD_HELP_DESCRIPTION_SQLDBTUTORIAL,
|
||||
link: 'https://docs.microsoft.com/azure/dms/tutorial-sql-server-to-sql-db-offline-ads'
|
||||
},
|
||||
{
|
||||
title: loc.DASHBOARD_HELP_LINK_DMS_GUIDE,
|
||||
description: loc.DASHBOARD_HELP_DESCRIPTION_DMS_GUIDE,
|
||||
@@ -578,7 +584,7 @@ export class DashboardTab extends TabBase<DashboardTab> {
|
||||
.withLayout({
|
||||
flexFlow: 'column',
|
||||
width: '400px',
|
||||
height: '365px',
|
||||
height: '436px',
|
||||
justifyContent: 'flex-start',
|
||||
})
|
||||
.withProps({
|
||||
|
||||
Reference in New Issue
Block a user