From e086e469c39aef3617a504ed174b31ce3fc6741a Mon Sep 17 00:00:00 2001 From: guochuyicmri Date: Wed, 8 May 2019 18:35:33 +0800 Subject: Fix instance instantiation for NS/E2E Change-Id: I105991cefd8d65c34726fba85161adac801e5b43 Issue-ID: USECASEUI-252 Signed-off-by: guochuyicmri --- .../app/components/e2e-creation/e2e-creation.component.html | 12 ++++++------ .../app/components/e2e-creation/e2e-creation.component.ts | 1 + 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'usecaseui-portal') diff --git a/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.html b/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.html index 10bcba1d..3f642e97 100644 --- a/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.html +++ b/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.html @@ -17,9 +17,9 @@
-

{{createParams.commonParams.templateType}} Instance Creation

+

{{createParams.commonParams.templateType}} {{"i18nTextDefine_InstanceCreation" | translate}}

- + @@ -30,7 +30,7 @@
-

Base

+

{{"i18nTextDefine_Base" | translate}}

  • Name:
  • Description:
  • @@ -39,7 +39,7 @@
-

template Inputs

+

{{"i18nTextDefine_templateInputs" | translate}}

  • {{parameter.name}}: @@ -88,14 +88,14 @@
    -

    Base

    +

    {{"i18nTextDefine_Base" | translate}}

    • Name:
    • Description:
    -

    template Inputs

    +

    {{"i18nTextDefine_templateInputs" | translate}}

    • {{parameter.name}}: 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; -- cgit 1.2.3-korg