From d0f5347dc16b5aa9fc95eb520fbc9a1c7b672b09 Mon Sep 17 00:00:00 2001 From: cyuamber Date: Thu, 22 Aug 2019 16:55:57 +0800 Subject: feat: change the project structure and add mock data function Change-Id: I381845bff5eb37d1fab3eba8cf1ae7838df523b7 Issue-ID: USECASEUI-307 Signed-off-by: cyuamber --- .../e2e-detail/e2e-detail.component.html | 104 +++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 usecaseui-portal/src/app/shared/components/e2e-detail/e2e-detail.component.html (limited to 'usecaseui-portal/src/app/shared/components/e2e-detail/e2e-detail.component.html') diff --git a/usecaseui-portal/src/app/shared/components/e2e-detail/e2e-detail.component.html b/usecaseui-portal/src/app/shared/components/e2e-detail/e2e-detail.component.html new file mode 100644 index 00000000..c0953a90 --- /dev/null +++ b/usecaseui-portal/src/app/shared/components/e2e-detail/e2e-detail.component.html @@ -0,0 +1,104 @@ + + +
+ +
+

{{serviceInstanceName}} Instance Detail

+
+ +
+
+
+
+
+

{{"i18nTextDefine_Base" | translate}}

+
    +
  • + Name: + {{service.name}} +
  • +
  • + Description: + {{service.description}} +
  • +
+
+
+

{{"i18nTextDefine_templateInputs" | translate}}

+
    +
  • + {{key}}: + {{e2e_requestInputs[key]}} +
  • +
+
+
+

{{template.name}}

+
    +
  • + vf_location: + {{input["vf_location"]}} +
  • +
+
+
+ +
+
+

{{"i18nTextDefine_Base" | translate}}

+
    +
  • + Name: + {{ns_service.name}} +
  • +
  • + Description: + {{ns_service.description}} +
  • +
+
+
+

{{"i18nTextDefine_templateInputs" | translate}}

+
    +
  • + {{key}}: + {{ns_requestInputs[key]}} +
  • +
+
+
+

vnfs Inputs

+
    +
  • +
    id: {{vnf.vnfInstanceId}}
    + vf_location: + {{vnf["vnfInstanceName"]}} +
  • +
+
+
+
+ + +
+
+ + +
+
+ +
\ No newline at end of file -- cgit 1.2.3-korg