Skip to content

Commit a7ac307

Browse files
committed
Fixed Test sorting in Dashboard UI
1 parent 93813af commit a7ac307

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<md-table-head md-sort-by="name">Test</md-table-head>
88
<md-table-head md-sort-by="suite">Suite</md-table-head>
99
<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>
10+
<md-table-head md-sort-by="state">Result</md-table-head>
11+
<md-table-head md-sort-by="timestamp">Timestamp</md-table-head>
1212
</md-table-row>
1313
</md-table-header>
1414

0 commit comments

Comments
 (0)