mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-20 17:22:51 -05:00
@@ -255,7 +255,7 @@ export class DatabaseBackupPage extends MigrationWizardPage {
|
||||
}
|
||||
}).component();
|
||||
this._networkSharePath = this._view.modelBuilder.inputBox().withProps({
|
||||
placeHolder: '\\\\Servername.domainname.com\\Backupfolder',
|
||||
placeHolder: constants.NETWORK_SHARE_PATH,
|
||||
validationErrorMessage: constants.INVALID_NETWORK_SHARE_LOCATION,
|
||||
width: WIZARD_INPUT_COMPONENT_WIDTH,
|
||||
CSSStyles: {
|
||||
@@ -299,7 +299,7 @@ export class DatabaseBackupPage extends MigrationWizardPage {
|
||||
}).component();
|
||||
this._windowsUserAccountText = this._view.modelBuilder.inputBox()
|
||||
.withProps({
|
||||
placeHolder: 'Domain\\username',
|
||||
placeHolder: constants.WINDOWS_USER_ACCOUNT,
|
||||
required: true,
|
||||
validationErrorMessage: constants.INVALID_USER_ACCOUNT,
|
||||
width: WIZARD_INPUT_COMPONENT_WIDTH
|
||||
|
||||
Reference in New Issue
Block a user