setting aria-label for table (#9647)

* setting aria-label for table

* use variable
This commit is contained in:
Alan Ren
2020-03-17 11:41:34 -07:00
committed by GitHub
parent fa6898ded7
commit 6c8a7dc97f

View File

@@ -340,8 +340,11 @@ export class SummaryPage extends WizardPageBase<DeployClusterWizard> {
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<azdata.TableComponentProperties>({
title: localize('deployCluster.StorageSettings', "Storage settings"),
title: storageTableTitle,
ariaLabel: storageTableTitle,
data: [
[
localize('deployCluster.ControllerText', "Controller"),