From 9ed97927108df3ba9041441e89370fe4c2b6460a Mon Sep 17 00:00:00 2001 From: zhangab Date: Fri, 18 Jan 2019 18:27:54 +0800 Subject: Fix VNF Alarm Query Bugs Change-Id: I8df1f00de182e6c9f039e2e65237d3e8628c5717 Issue-ID: USECASEUI-165 Signed-off-by: zhangab --- .../src/app/alarm/alarm.component.html | 214 +++++++++++---------- 1 file changed, 115 insertions(+), 99 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 894cdf5b..6e345a4e 100644 --- a/usecaseui-portal/src/app/alarm/alarm.component.html +++ b/usecaseui-portal/src/app/alarm/alarm.component.html @@ -13,105 +13,121 @@ See the License for the specific language governing permissions and limitations under the License. --> -

Alarm > - Details

-
-
-
- Source Name: - - - - -    - Priority: - - - - -    - Status: - - - - -

- Report Time: - +

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: + - -
-
-
-
-
    -
  • -
    All
    -

    {{alarmList.all }}

    -
  • -
  • -
    Closed
    -

    {{alarmList.closed }}

    -
  • -
  • -
    Active
    -

    {{alarmList.activeNum }}

    -
  • -
-
-
-

Alarm Chart

- - - - -
- + +
+
+
+ + +
+ + + + 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 - 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