From 700ac8a7ec822f1b7a0505319e4c453ca045d2ed Mon Sep 17 00:00:00 2001 From: Liu Date: Mon, 27 Jan 2020 10:59:12 +0800 Subject: add new action configscalein for cdt Change-Id: I2f05079b7c2428351332ac84c1ea56f31d4a38d9 Issue-ID: APPC-1760 Signed-off-by: Taka Cho --- .../vnfs/build-artifacts/parameter-definitions/parameter.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app/vnfs/build-artifacts/parameter-definitions/parameter.component.ts') diff --git a/src/app/vnfs/build-artifacts/parameter-definitions/parameter.component.ts b/src/app/vnfs/build-artifacts/parameter-definitions/parameter.component.ts index ad0adf3..64f1159 100644 --- a/src/app/vnfs/build-artifacts/parameter-definitions/parameter.component.ts +++ b/src/app/vnfs/build-artifacts/parameter-definitions/parameter.component.ts @@ -142,7 +142,7 @@ export class ParameterComponent implements OnInit { console.log( this.clName+": "+methName+": have vnfcType:["+ this.vnfcType+"]"); } - if( this.action === 'ConfigScaleOut'){ + if( this.action === 'ConfigScaleOut' || this.action === 'ConfigScaleIn'){ // this.template_id = this.selectedActionReference.templateId; this.template_id = this.mappingEditorService.identifier; } -- cgit 1.2.3-korg