We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da3b823 + f130d90 commit 123f794Copy full SHA for 123f794
1 file changed
src/dashboard-client/src/components/job/TestList.vue
@@ -7,8 +7,8 @@
7
<md-table-head md-sort-by="name">Test</md-table-head>
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>
+ <md-table-head md-sort-by="state">Result</md-table-head>
+ <md-table-head md-sort-by="timestamp">Timestamp</md-table-head>
12
</md-table-row>
13
</md-table-header>
14
0 commit comments