mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-12 02:58:31 -05:00
Adding info tooltips across migration wizard (#16654)
Adding info tooltips across migration wizard
This commit is contained in:
@@ -299,6 +299,7 @@ export class SKURecommendationPage extends MigrationWizardPage {
|
||||
|
||||
const managedInstanceSubscriptionDropdownLabel = this._view.modelBuilder.text().withProps({
|
||||
value: constants.SUBSCRIPTION,
|
||||
description: constants.SKU_RECOMMENDATION_SUBSCRIPTION_INFO,
|
||||
width: WIZARD_INPUT_COMPONENT_WIDTH,
|
||||
requiredIndicator: true,
|
||||
CSSStyles: {
|
||||
@@ -325,6 +326,7 @@ export class SKURecommendationPage extends MigrationWizardPage {
|
||||
|
||||
const azureLocationLabel = this._view.modelBuilder.text().withProps({
|
||||
value: constants.LOCATION,
|
||||
description: constants.SKU_RECOMMENDATION_LOCATION_INFO,
|
||||
width: WIZARD_INPUT_COMPONENT_WIDTH,
|
||||
requiredIndicator: true,
|
||||
CSSStyles: {
|
||||
@@ -349,6 +351,7 @@ export class SKURecommendationPage extends MigrationWizardPage {
|
||||
|
||||
const azureResourceGroupLabel = this._view.modelBuilder.text().withProps({
|
||||
value: constants.RESOURCE_GROUP,
|
||||
description: constants.SKU_RECOMMENDATION_RESOURCE_GROUP_INFO,
|
||||
width: WIZARD_INPUT_COMPONENT_WIDTH,
|
||||
requiredIndicator: true,
|
||||
CSSStyles: {
|
||||
@@ -373,6 +376,7 @@ export class SKURecommendationPage extends MigrationWizardPage {
|
||||
|
||||
this._resourceDropdownLabel = this._view.modelBuilder.text().withProps({
|
||||
value: constants.MANAGED_INSTANCE,
|
||||
description: constants.SKU_RECOMMENDATION_RESOURCE_INFO,
|
||||
width: WIZARD_INPUT_COMPONENT_WIDTH,
|
||||
requiredIndicator: true,
|
||||
CSSStyles: {
|
||||
|
||||
Reference in New Issue
Block a user