We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62e93c2 commit ff889f1Copy full SHA for ff889f1
1 file changed
src/dashboard-client/src/components/job/TestList.vue
@@ -8,6 +8,7 @@
8
<md-table-head md-sort-by="suite">Suite</md-table-head>
9
<md-table-head md-sort-by="duration">Duration</md-table-head>
10
<md-table-head md-sort-by="result">Result</md-table-head>
11
+ <md-table-head md-sort-by="result">Timestamp</md-table-head>
12
</md-table-row>
13
</md-table-header>
14
@@ -21,6 +22,7 @@
21
22
<md-table-cell>{{ t.suite }}</md-table-cell>
23
<md-table-cell>{{ t.duration }} ms</md-table-cell>
24
<md-table-cell><ib-state :state="t.state"></ib-state></md-table-cell>
25
+ <md-table-cell>{{ t.timestamp }}</md-table-cell>
26
27
</md-table-body>
28
</md-table>
0 commit comments