notebook linebreak update (#7614)

This commit is contained in:
Alan Ren
2019-10-09 14:46:52 -07:00
committed by GitHub
parent 1936e0dbbd
commit 22774f28c0
9 changed files with 184 additions and 179 deletions

View File

@@ -148,7 +148,7 @@ export class SummaryPage extends WizardPageBase<DeployClusterWizard> {
{
type: FieldType.ReadonlyText,
label: localize('deployCluster.Region', "Region"),
defaultValue: this.wizard.model.getStringValue(VariableNames.DeploymentProfile_VariableName),
defaultValue: this.wizard.model.getStringValue(VariableNames.Region_VariableName),
fontStyle: FontStyle.Italic
}, {
type: FieldType.ReadonlyText,