From 878bcc0d922e967d9de7a6d36b6159489092b627 Mon Sep 17 00:00:00 2001 From: Alan Ren Date: Mon, 25 Nov 2019 13:04:36 -0800 Subject: [PATCH] add service column name (#8457) --- .../src/ui/deployClusterWizard/pages/summaryPage.ts | 2 +- 1 file changed, 1 insertion(+), 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 1d59b5d5cb..9a565a6696 100644 --- a/extensions/resource-deployment/src/ui/deployClusterWizard/pages/summaryPage.ts +++ b/extensions/resource-deployment/src/ui/deployClusterWizard/pages/summaryPage.ts @@ -321,7 +321,7 @@ export class SummaryPage extends WizardPageBase { private createStorageSection(): azdata.GroupContainer { const serviceNameColumn: azdata.TableColumn = { - value: ' ', + value: localize('deployCluster.ServiceName', "Service"), width: 150 }; const dataStorageClassColumn: azdata.TableColumn = {