From de9d2e95b43991fccee342ebed03b006f6fed844 Mon Sep 17 00:00:00 2001 From: zhangab Date: Tue, 23 Oct 2018 11:32:03 +0800 Subject: Build AngularJs component for usecase-ui Change-Id: I393f4837fc5f9cbd71448dbf20e1f1781f0656d3 Issue-ID: USECASEUI-154 Signed-off-by: zhangab --- .../src/app/alarm/alarm.component.html | 113 +++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 usecaseui-portal/src/app/alarm/alarm.component.html (limited to 'usecaseui-portal/src/app/alarm/alarm.component.html') diff --git a/usecaseui-portal/src/app/alarm/alarm.component.html b/usecaseui-portal/src/app/alarm/alarm.component.html new file mode 100644 index 00000000..8f95de37 --- /dev/null +++ b/usecaseui-portal/src/app/alarm/alarm.component.html @@ -0,0 +1,113 @@ + +

Alarm > + Details

+
+
+
+ Source Name: + + + + +    + Priority: + + + + +    + Status: + + + + +

+ Report Time: + + + +
+
+ + + +
+
+
    +
  • +
    All
    +

    {{alarmList.all }}

    +
  • +
  • +
    Closed
    +

    {{alarmList.closed }}

    +
  • +
  • +
    Action
    +

    {{alarmList.Action }}

    +
  • +
+
+ +
+
+
+ + + + NO + Source Name + Priority + SpecificProblem + Report Time + Status + Action + + + + + + {{i+1}} + {{item.name}} + {{item.age}} + {{item.address}} + {{item.address}} + {{item.address}} + + + + + +
+
+
+ +
\ No newline at end of file -- cgit 1.2.3-korg