From 0bfb1aab7e3373096e03dd8d9b864e2ab2a70b6c Mon Sep 17 00:00:00 2001 From: Alan Ren Date: Sun, 20 Oct 2019 19:27:50 -0700 Subject: [PATCH] set storage settings table name (#7841) --- .../src/ui/deployClusterWizard/pages/summaryPage.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/resource-deployment/src/ui/deployClusterWizard/pages/summaryPage.ts b/extensions/resource-deployment/src/ui/deployClusterWizard/pages/summaryPage.ts index 95703de55e..32dec527c5 100644 --- a/extensions/resource-deployment/src/ui/deployClusterWizard/pages/summaryPage.ts +++ b/extensions/resource-deployment/src/ui/deployClusterWizard/pages/summaryPage.ts @@ -343,6 +343,7 @@ export class SummaryPage extends WizardPageBase { width: 180 }; const storageTable = this.view.modelBuilder.table().withProperties({ + title: localize('deployCluster.StorageSettings', "Storage settings"), data: [ [ localize('deployCluster.ControllerText', "Controller"),