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:
brian-harris
2022-09-27 10:27:27 -07:00
committed by GitHub
parent 54c2fe6899
commit 72dfd3821f
3 changed files with 18 additions and 9 deletions

View File

@@ -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({