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 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.html') 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}}: -- cgit 1.2.3-korg