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

Alarm Device Alarm Details

+
+
+
+
+
Active
+
13,980
+
+
There are 13980 faults waiting to be solved
+
+
+
Closed
+
23,980
+
+
23,980 faults have been fixed
+
+
+
+ Daily Total + +
+
+
+
+
+ Source Name: + + + + +
+
+ Priority: + + + + +
+
+ Status: + + + + +
+
+ Report Time: + + +
+ +
+
+
+ + +
+ + + + NO + Source Name + Priority + SpecificProblem + Report Time + Clear Time + Status + Action + + + + + {{i+1}} + {{item.sourceName}} + {{item.priority}} + {{item.specificProblem}} + {{item.startEpochMicrosec | date:'yyyy-MM-dd HH:mm:ss'}} + {{item.startEpochMicrosecCleared | date:'yyyy-MM-dd HH:mm:ss'}} + {{item.status}} + + + + +
+
+
+ +
+
\ No newline at end of file -- cgit 1.2.3-korg