summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.ts
diff options
context:
space:
mode:
authorguochuyicmri <guochuyi@chinamobile.com>2019-05-08 18:35:33 +0800
committerguochuyicmri <guochuyi@chinamobile.com>2019-05-08 18:35:38 +0800
commite086e469c39aef3617a504ed174b31ce3fc6741a (patch)
tree03e9aa3fa561f0affcc3ce96f3d111cf6f5a304f /usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.ts
parent2f59d78fd5e99ea90a513d06e626f9915f0b945c (diff)
Fix instance instantiation for NS/E2E
Change-Id: I105991cefd8d65c34726fba85161adac801e5b43 Issue-ID: USECASEUI-252 Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.ts')
-rw-r--r--usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.ts b/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.ts
index a1db49b9..d5e1a3a0 100644
--- a/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.ts
+++ b/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.ts
@@ -218,6 +218,7 @@ export class E2eCreationComponent implements OnInit {
})
this.service.parameters.resources.push(nsService);
})
+ console.log(this.service)
this.service.parameters.requestInputs['orchestrator'] = this.createParams.orchestrator.name;
if(this.createParams.isSol005Interface){
this.service.parameters.requestInputs['isSol005Interface'] = this.createParams.isSol005Interface;