From 0d7de309f6ac0683525b7f1d77743275ceec3305 Mon Sep 17 00:00:00 2001 From: guochuyicmri Date: Thu, 21 Feb 2019 17:25:46 +0800 Subject: Fix instance instantiation for E2E Change-Id: Ie95dc72d3a7929147923cddaf65cdec2e2c53168 Issue-ID: USECASEUI-220 Signed-off-by: guochuyicmri --- .../e2e-creation/e2e-creation.component.html | 273 +++++++++++++-------- 1 file changed, 173 insertions(+), 100 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 0ada7dd1..4a2f2f69 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 @@ -1,5 +1,5 @@ -

Services List

-
-
- - -
-
-

Base

-
    -
  • Name*
  • -
  • Description*
  • -
-
-

Template Parameters

-

template Inputs

-
    -
  • - {{parameter.name}}: - - -
    id: {{parameter.name}}
    - vf_location: - - - - -
  • -
-

nestedTemplate Inputs

-
-

templateName: {{template.name}}

-
    -
  • - {{input.name}}: - - -
    id: {{input.name}}
    - vf_location: - - - - -
  • -
-
- + +
+ +
+

{{createParams.commonParams.templateType}} Instance Creation

+
+ + +
+
+
+
+ +
+

Base

+
    +
  • Name:
  • +
  • Description:
  • +
  • COS:
  • +
  • EBS:
  • +
  • + checkbox + +
    +
    +
    +
    +
    +
  • +
+
+
+

VNF1

+
    +
  • Name:
  • +
  • Description:
  • +
  • + radio button + + +
    + +
    +
  • +
  • + pull down: + + + + + + +
  • +
+
+
+

VNF2

+
    +
  • Name:
  • +
  • Description:
  • +
  • + radio button + + +
    + +
    +
  • +
+
+
+

template Inputs

+
    +
  • + {{parameter.name}}: + + +
    id: + {{parameter.name}}
    + vf_location: + + + + +
  • +
+

nestedTemplate Inputs

+
+

templateName: {{template.name}}

+
    +
  • + {{input.name}}: + + +
    id: {{input.name}}
    + vf_location: + + + + +
  • +
+
+
+
+ +
+
+

Base

+
    +
  • Name:
  • +
  • Description:
  • +
+
+
+

Template Parameters

+

template Inputs

+
    +
  • + {{parameter.name}}: + + +
    id: + {{parameter.name}}
    + vf_location: + + + + +
  • +
+ +

vnfs Inputs

+ +
    +
  • +
    id: {{vnf.vnf_id}}
    + vf_location: + + + +
  • +
+
+
-
-

Base

-
    -
  • Name*
  • -
  • Description*
  • -
-

Template Parameters

-

template Inputs

-
    -
  • - {{parameter.name}}: - - -
    id: {{parameter.name}}
    - vf_location: - - - - -
  • -
+ +
+
+ -

vnfs Inputs

+ -
    -
  • -
    id: {{vnf.vnf_id}}
    - vf_location: - - - -
  • -
+ +
- -
- - -
- Create Service -
- - - - - - -
-
-- cgit 1.2.3-korg