From 2fd289f8e4e211eb26752d04d8d9b394ab78470f Mon Sep 17 00:00:00 2001 From: cyuamber Date: Thu, 26 Sep 2019 16:53:28 +0800 Subject: feat:adjust the file schema of components related to service instances Change-Id: I18f1674601536a59313528bb1e01fd6b4fffd4fd Issue-ID: USECASEUI-307 Signed-off-by: cyuamber --- .../e2e-creation/e2e-creation.component.html | 139 --------------------- 1 file changed, 139 deletions(-) delete mode 100644 usecaseui-portal/src/app/shared/components/e2e-creation/e2e-creation.component.html (limited to 'usecaseui-portal/src/app/shared/components/e2e-creation/e2e-creation.component.html') diff --git a/usecaseui-portal/src/app/shared/components/e2e-creation/e2e-creation.component.html b/usecaseui-portal/src/app/shared/components/e2e-creation/e2e-creation.component.html deleted file mode 100644 index da673bf0..00000000 --- a/usecaseui-portal/src/app/shared/components/e2e-creation/e2e-creation.component.html +++ /dev/null @@ -1,139 +0,0 @@ - - -
- -
-

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

-
- - -
-
-
-
-
-
-

{{"i18nTextDefine_Base" | translate}}

-
    -
  • - Name: - -
  • -
  • - Description: - -
  • -
  • - COS: - -
  • -
  • - EBS: - -
  • -
-
-
-

{{"i18nTextDefine_templateInputs" | translate}}

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

{{template.name}}

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

{{"i18nTextDefine_Base" | translate}}

-
    -
  • - Name: - -
  • -
  • - Description: - -
  • -
-
-
-

{{"i18nTextDefine_templateInputs" | translate}}

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

vnfs Inputs

-
    -
  • -
    id: {{vnf.vnf_id}}
    - vf_location: - - - -
  • -
-
-
-
-
- -
-
- - -
-
-
- -
\ No newline at end of file -- cgit