Adding aria label to all the migration tables (#16476)

This commit is contained in:
Aasim Khan
2021-07-29 09:20:58 -07:00
committed by GitHub
parent ef3d2e7d99
commit 01671b118d
7 changed files with 11 additions and 1 deletions

View File

@@ -211,6 +211,7 @@ export class MigrationCutoverDialog {
}).component();
this.fileTable = view.modelBuilder.table().withProps({
ariaLabel: loc.ACTIVE_BACKUP_FILES,
columns: [
{
value: loc.ACTIVE_BACKUP_FILES,