From 6c8a7dc97ff3b0bc04efe6a5c316257612e7ba9d Mon Sep 17 00:00:00 2001 From: Alan Ren Date: Tue, 17 Mar 2020 11:41:34 -0700 Subject: [PATCH] setting aria-label for table (#9647) * setting aria-label for table * use variable --- .../src/ui/deployClusterWizard/pages/summaryPage.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/extensions/resource-deployment/src/ui/deployClusterWizard/pages/summaryPage.ts b/extensions/resource-deployment/src/ui/deployClusterWizard/pages/summaryPage.ts index 9a565a6696..84aa40ad7a 100644 --- a/extensions/resource-deployment/src/ui/deployClusterWizard/pages/summaryPage.ts +++ b/extensions/resource-deployment/src/ui/deployClusterWizard/pages/summaryPage.ts @@ -340,8 +340,11 @@ export class SummaryPage extends WizardPageBase { value: localize('deployCluster.LogsClaimSize', "Claim size for logs (GB)"), width: 180 }; + + const storageTableTitle = localize('deployCluster.StorageSettings', "Storage settings"); const storageTable = this.view.modelBuilder.table().withProperties({ - title: localize('deployCluster.StorageSettings', "Storage settings"), + title: storageTableTitle, + ariaLabel: storageTableTitle, data: [ [ localize('deployCluster.ControllerText', "Controller"),