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 --- .../ccvpn-creation/ccvpn-creation.component.html | 275 +++++++++++++++++++++ 1 file changed, 275 insertions(+) create mode 100644 usecaseui-portal/src/app/views/ccvpn-creation/ccvpn-creation.component.html (limited to 'usecaseui-portal/src/app/views/ccvpn-creation/ccvpn-creation.component.html') diff --git a/usecaseui-portal/src/app/views/ccvpn-creation/ccvpn-creation.component.html b/usecaseui-portal/src/app/views/ccvpn-creation/ccvpn-creation.component.html new file mode 100644 index 00000000..1fc9a500 --- /dev/null +++ b/usecaseui-portal/src/app/views/ccvpn-creation/ccvpn-creation.component.html @@ -0,0 +1,275 @@ + +
+ +
+

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

+
+ + +
+
+ +
+ + {{"i18nTextDefine_InstanceTopology" | translate}} + +
+ + + +
+
+ +
+ + +
+ *name: + + *description: + +
+
+ +
+
+

sdwanVPN List

+ +
+ + + + NO. + {{key.split("_")[1] || key}} + Action + + + + + {{i+1}} + + {{item[keys]}} + + + +   + + + + + +
+
+ +
+
+

Site List

+ +
+ + + + NO. + {{key.split("_")[1] || key}} + Action + + + + + {{i+1}} + + {{item[keys]}} + + + +   + + + + + +
+
+
+
+ +
+

{{"i18nTextDefine_Base" | translate}}

+
+
    +
  • + *{{item.lableShow}}: +
  • +
+
+
+

Sdwansitelan List

+
+
+ +
+ + + + + + + + + + + + + + + +
NO.{{key}} Action
{{i+1}} + {{item[key]}} + + + + +
+
+
+ +
+ + +
+
+ +
+

{{"i18nTextDefine_Base" | translate}}

+
+
    +
  • + *{{item.lableShow}}: +
  • +
+
+
+

Sdwandevice

+
+
+ +
+ + + + + + + + + + + + + + + +
NO.{{key}} Action
{{i+1}} + {{item[key]}} + + + + +
+
+ + +

Sdwansitewan List

+
+
+ +
+ + + + + + + + + + + + + + + +
NO.{{key}} Action
{{i+1}} + {{item[key]}} + + + + +
+
+
+ +
+ + +
+
+
+
\ No newline at end of file -- cgit 1.2.3-korg