Skip to content

Commit

Permalink
Changed ordering of created pipelines to creation date instead of sta…
Browse files Browse the repository at this point in the history
…tus (#90)
  • Loading branch information
michelvocks authored Aug 26, 2018
1 parent 374cc8d commit 7409114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/client/views/pipeline/create.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
:rows="historyRows"
:paginate="true"
:global-search="true"
:defaultSortBy="{field: 'status', type: 'asc'}"
:defaultSortBy="{field: 'created', type: 'desc'}"
globalSearchPlaceholder="Search ..."
styleClass="table table-own-bordered">
<template slot="table-row" slot-scope="props">
Expand Down

0 comments on commit 7409114

Please sign in to comment.