summaryrefslogtreecommitdiffstats
path: root/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/performance.html
diff options
context:
space:
mode:
authorzhangab <zhanganbing@chinamobile.com>2018-05-31 10:35:19 +0800
committerzhangab <zhanganbing@chinamobile.com>2018-05-31 10:35:27 +0800
commita3be3e341d242b8544e0f75f6bd067d9eb481df6 (patch)
tree3450b228297949e7c7dda6e6165607c3619cd76c /usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/performance.html
parented95800538cd31cc60aa5ea055ec2d3939432607 (diff)
modify alarm time display
Change-Id: Ic5c5a7657f7aa0be1b5eea071fc85a06681258bb Issue-ID: USECASEUI-124 Signed-off-by: zhangab <zhanganbing@chinamobile.com>
Diffstat (limited to 'usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/performance.html')
-rw-r--r--usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/performance.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/performance.html b/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/performance.html
index 1a7348a5..11e183cf 100644
--- a/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/performance.html
+++ b/usecaseui-monitor/src/main/webapp/app/uui/fusion/scripts/view-models/performance.html
@@ -90,7 +90,7 @@
<td>{{row.performanceHeader.eventName}}</td>
<td>{{row.performanceHeader.sourceName}}</td>
<td>{{row.performanceHeader.priority}}</td>
- <td>{{row.performanceHeader.createTime}}</td>
+ <td>{{row.performanceHeader.startEpochMicrosec || row.performanceHeader.lastEpochMicrosec | dateformater}}</td>
<td>
<button ng-click="jump(row.performanceHeader.id)" class="btn btn-primary">Detail</button>
</td>