Skip to content

Commit ff889f1

Browse files
committed
add test timestamp for dashboard
1 parent 62e93c2 commit ff889f1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/dashboard-client/src/components/job/TestList.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<md-table-head md-sort-by="suite">Suite</md-table-head>
99
<md-table-head md-sort-by="duration">Duration</md-table-head>
1010
<md-table-head md-sort-by="result">Result</md-table-head>
11+
<md-table-head md-sort-by="result">Timestamp</md-table-head>
1112
</md-table-row>
1213
</md-table-header>
1314

@@ -21,6 +22,7 @@
2122
<md-table-cell>{{ t.suite }}</md-table-cell>
2223
<md-table-cell>{{ t.duration }} ms</md-table-cell>
2324
<md-table-cell><ib-state :state="t.state"></ib-state></md-table-cell>
25+
<md-table-cell>{{ t.timestamp }}</md-table-cell>
2426
</md-table-row>
2527
</md-table-body>
2628
</md-table>

0 commit comments

Comments
 (0)