From 740911423725a7bc7ee656cf127a96205e2d6023 Mon Sep 17 00:00:00 2001 From: Michel Vocks Date: Sun, 26 Aug 2018 20:24:04 +0200 Subject: [PATCH] Changed ordering of created pipelines to creation date instead of status (#90) --- frontend/client/views/pipeline/create.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/client/views/pipeline/create.vue b/frontend/client/views/pipeline/create.vue index ae390161..8fc4c76f 100755 --- a/frontend/client/views/pipeline/create.vue +++ b/frontend/client/views/pipeline/create.vue @@ -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">