mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 01:25:37 -05:00
Adding info tooltips across migration wizard (#16654)
Adding info tooltips across migration wizard
This commit is contained in:
@@ -214,6 +214,7 @@ export class CreateSqlMigrationServiceDialog {
|
||||
|
||||
const subscriptionDropdownLabel = this._view.modelBuilder.text().withProps({
|
||||
value: constants.SUBSCRIPTION,
|
||||
description: constants.MIGRATION_SERVICE_SUBSCRIPTION_INFO,
|
||||
CSSStyles: {
|
||||
'font-size': '13px',
|
||||
'font-weight': 'bold'
|
||||
@@ -227,6 +228,7 @@ export class CreateSqlMigrationServiceDialog {
|
||||
|
||||
const resourceGroupDropdownLabel = this._view.modelBuilder.text().withProps({
|
||||
value: constants.RESOURCE_GROUP,
|
||||
description: constants.MIGRATION_SERVICE_RESOURCE_GROUP_INFO,
|
||||
requiredIndicator: true,
|
||||
CSSStyles: {
|
||||
'font-size': '13px',
|
||||
@@ -243,6 +245,7 @@ export class CreateSqlMigrationServiceDialog {
|
||||
|
||||
const migrationServiceNameLabel = this._view.modelBuilder.text().withProps({
|
||||
value: constants.NAME,
|
||||
description: constants.MIGRATION_SERVICE_NAME_INFO,
|
||||
requiredIndicator: true,
|
||||
CSSStyles: {
|
||||
'font-size': '13px',
|
||||
@@ -277,6 +280,7 @@ export class CreateSqlMigrationServiceDialog {
|
||||
|
||||
const locationDropdownLabel = this._view.modelBuilder.text().withProps({
|
||||
value: constants.LOCATION,
|
||||
description: constants.MIGRATION_SERVICE_LOCATION_INFO,
|
||||
CSSStyles: {
|
||||
'font-size': '13px',
|
||||
'font-weight': 'bold'
|
||||
@@ -291,6 +295,7 @@ export class CreateSqlMigrationServiceDialog {
|
||||
|
||||
const targetlabel = this._view.modelBuilder.text().withProps({
|
||||
value: constants.TARGET,
|
||||
description: constants.MIGRATION_SERVICE_TARGET_INFO,
|
||||
CSSStyles: {
|
||||
'font-size': '13px',
|
||||
'font-weight': 'bold'
|
||||
|
||||
Reference in New Issue
Block a user