mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 01:25:36 -05:00
Adding info tooltips across migration wizard (#16654)
Adding info tooltips across migration wizard
This commit is contained in:
@@ -247,6 +247,7 @@ export class DatabaseBackupPage extends MigrationWizardPage {
|
||||
|
||||
const networkLocationInputBoxLabel = this._view.modelBuilder.text().withProps({
|
||||
value: constants.DATABASE_BACKUP_NETWORK_SHARE_LOCATION_LABEL,
|
||||
description: constants.DATABASE_BACKUP_NETWORK_SHARE_LOCATION_INFO,
|
||||
width: WIZARD_INPUT_COMPONENT_WIDTH,
|
||||
requiredIndicator: true,
|
||||
CSSStyles: {
|
||||
@@ -290,6 +291,7 @@ export class DatabaseBackupPage extends MigrationWizardPage {
|
||||
const windowsUserAccountLabel = this._view.modelBuilder.text()
|
||||
.withProps({
|
||||
value: constants.DATABASE_BACKUP_NETWORK_SHARE_WINDOWS_USER_LABEL,
|
||||
description: constants.DATABASE_BACKUP_NETWORK_SHARE_WINDOWS_USER_INFO,
|
||||
width: WIZARD_INPUT_COMPONENT_WIDTH,
|
||||
requiredIndicator: true,
|
||||
CSSStyles: {
|
||||
|
||||
Reference in New Issue
Block a user