mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
added arialabel for SqlMigration Service Name InputBox (#24286)
This commit is contained in:
@@ -311,6 +311,7 @@ export class CreateSqlMigrationServiceDialog {
|
|||||||
}));
|
}));
|
||||||
|
|
||||||
this.migrationServiceNameText = this._view.modelBuilder.inputBox().withProps({
|
this.migrationServiceNameText = this._view.modelBuilder.inputBox().withProps({
|
||||||
|
ariaLabel: constants.NAME,
|
||||||
CSSStyles: {
|
CSSStyles: {
|
||||||
'margin-top': '-1em'
|
'margin-top': '-1em'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user