mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 01:25:38 -05:00
Adding aria label to all the migration tables (#16476)
This commit is contained in:
@@ -136,6 +136,7 @@ export class TargetDatabaseSummaryDialog {
|
||||
});
|
||||
|
||||
const databaseTable: azdata.DeclarativeTableComponent = this._view.modelBuilder.declarativeTable().withProps({
|
||||
ariaLabel: constants.DATABASE_TO_BE_MIGRATED,
|
||||
columns: columns,
|
||||
dataValues: tableRows,
|
||||
width: this._tableLength
|
||||
|
||||
Reference in New Issue
Block a user