From a85d5280af7c04207bfb725e4bae037ba0eac3bf Mon Sep 17 00:00:00 2001 From: zhangab Date: Thu, 8 Nov 2018 12:37:25 +0800 Subject: Fix VNF Alarm Query Bugs Change-Id: I8cc18d8f7bf02002d062e30aa5b5abd13743d6dd Issue-ID: USECASEUI-165 Signed-off-by: zhangab --- usecaseui-portal/src/app/alarm/alarm.component.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 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 b1f49949..894cdf5b 100644 --- a/usecaseui-portal/src/app/alarm/alarm.component.html +++ b/usecaseui-portal/src/app/alarm/alarm.component.html @@ -88,12 +88,12 @@ NO - Source Name + Source Name Priority - SpecificProblem - Report Time - Report Time - Status + SpecificProblem + Report Time + Clear Time + Status Action @@ -103,8 +103,8 @@ {{item.sourceName}} {{item.priority}} {{item.specificProblem}} - {{item.startEpochMicrosec}} - {{item.startEpochMicrosecCleared}} + {{item.startEpochMicrosec | date:'yyyy-MM-dd HH:mm:ss'}} + {{item.startEpochMicrosecCleared | date:'yyyy-MM-dd HH:mm:ss'}} {{item.status}} -- cgit 1.2.3-korg