From 640d376e2bbe93361aa827bc97ac1975d7736be9 Mon Sep 17 00:00:00 2001 From: cyuamber Date: Tue, 10 Dec 2019 09:51:55 +0800 Subject: feat: Optimize the code Change-Id: I8bda1a8630f8150d5a71a10cd21ac7d977f083d5 Issue-ID: USECASEUI-368 Signed-off-by: cyuamber --- .../basic-info/basic-info.component.html | 138 +++++++++++++-------- 1 file changed, 87 insertions(+), 51 deletions(-) (limited to 'usecaseui-portal/src/app/shared') diff --git a/usecaseui-portal/src/app/shared/components/basic-info/basic-info.component.html b/usecaseui-portal/src/app/shared/components/basic-info/basic-info.component.html index 5a600ce3..f659bd47 100644 --- a/usecaseui-portal/src/app/shared/components/basic-info/basic-info.component.html +++ b/usecaseui-portal/src/app/shared/components/basic-info/basic-info.component.html @@ -1,53 +1,89 @@ - - - -
- Task ID: {{ check.task_id }} -
-
- Task Name: {{ check.task_name }} -
-
- S-NSSAI:{{ check.service_snssai }} -
-
- -
- Arrived Time: {{ check.create_time | date: 'yyyy-MM-dd HH:mm:ss' }} -
-
- Status: {{ check.processing_status }} -
-
-
-
+ + + +
+ Task ID: {{ check.task_id }} +
+
+ Task Name: {{ check.task_name }} +
+
+ S-NSSAI:{{ check.service_snssai }} +
+
+ +
+ + Arrived Time: + {{ check.create_time | date: "yyyy-MM-dd HH:mm:ss" }} + +
+
+ Status: {{ check.processing_status }} +
+
+
+
- - - -
- {{ ite.title }} :  {{ item[ite.key] }} - - {{ ite.title }} :   - {{ items }}     - -
-
-
-
+ + + +
+ + {{ ite.title }} :  {{ item[ite.key] }} + + + {{ ite.title }} :   + + {{value}} + + +
+
+
+
- - - -
- NST ID: {{ item.nst_id }} -
-
- NST Name: {{ item.nst_name }} -
-
-
-
+ + + +
+ NST ID: {{ item.nst_id }} +
+
+ NST Name: {{ item.nst_name }} +
+
+
+
-- cgit 1.2.3-korg