From 13de0d893a4ff6d45a49861f7536822e6be1c801 Mon Sep 17 00:00:00 2001 From: zhangab Date: Wed, 31 Oct 2018 16:22:18 +0800 Subject: Fix VNF Alarm Query Bugs Change-Id: Ib649f6f30005a47bdf11958cd8c80f2108100982 Issue-ID: USECASEUI-165 Signed-off-by: zhangab --- .../src/app/alarm/alarm.component.html | 43 +++++++++++----------- 1 file changed, 21 insertions(+), 22 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 fcb0e70e..378cebc2 100644 --- a/usecaseui-portal/src/app/alarm/alarm.component.html +++ b/usecaseui-portal/src/app/alarm/alarm.component.html @@ -16,19 +16,6 @@

Alarm > Details


-
-
    -
  • -
    Closed
    -

    {{alarmList.closed }}

    -
  • -
  • -
    Action
    -

    {{alarmList.Action }}

    -
  • -
- -
Source Name: @@ -64,17 +51,29 @@ Report Time: - -
-
- + +
- - -
+
+
    +
  • All

    {{alarmList.all }}

  • +
  • Closed

    {{alarmList.closed }}

  • +
  • Active

    {{alarmList.activeNum }}

  • +
+
+
+

Alarm Chart

+ + + + +
+ +
+ +
@@ -90,7 +89,7 @@ - + {{i+1}} {{item.sourceName}} {{item.priority}} -- cgit 1.2.3-korg