From 8ff6a2817e521995569b56d383643369ed26de9c Mon Sep 17 00:00:00 2001 From: zhangab Date: Tue, 23 Oct 2018 18:51:56 +0800 Subject: content Alarm function modification Change-Id: I9e37bed3cf619fcd60f3b638f3816a8781111cc2 Issue-ID: USECASEUI-165 Signed-off-by: zhangab --- .../src/app/alarm/alarm.component.html | 169 ++++++++++----------- 1 file changed, 82 insertions(+), 87 deletions(-) (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 index 8f95de37..fcb0e70e 100644 --- a/usecaseui-portal/src/app/alarm/alarm.component.html +++ b/usecaseui-portal/src/app/alarm/alarm.component.html @@ -14,100 +14,95 @@ limitations under the License. -->

Alarm > - Details

+ Details
-
-
- Source Name: - - - - -    - Priority: - - - - -    - Status: - - - - -

- Report Time: - +
+
    +
  • +
    Closed
    +

    {{alarmList.closed }}

    +
  • +
  • +
    Action
    +

    {{alarmList.Action }}

    +
  • +
- -
- - - -
-
-
    -
  • -
    All
    -

    {{alarmList.all }}

    +
    +
    + Source Name: + + +
      +
    • + {{item}}
    • -
    • -
      Closed
      -

      {{alarmList.closed }}

      +
    +
    +    + Priority: + + +
      +
    • + {{item}}
    • -
    • -
      Action
      -

      {{alarmList.Action }}

      +
    +
    +    + Status: + + + -
    - -
    -
    -
    - - - - NO - Source Name - Priority - SpecificProblem - Report Time - Status - Action - - - - - - {{i+1}} - {{item.name}} - {{item.age}} - {{item.address}} - {{item.address}} - {{item.address}} - - - - - -
    + +

    + Report Time: + + + +
    +
    + +
    +
+ + + +
+
+ + + + NO + Source Name + Priority + SpecificProblem + Report Time + Status + Action + + + + + {{i+1}} + {{item.sourceName}} + {{item.priority}} + {{item.specificProblem}} + {{item.sequence}} + {{item.status}} + + + + +
- +
\ No newline at end of file -- cgit 1.2.3-korg