From 18612e0fa48b39c777efc7efb04368f65a7fe88c Mon Sep 17 00:00:00 2001 From: Kevin Duret Date: Wed, 8 Apr 2020 08:21:13 +0200 Subject: [PATCH] fix(ui): allow to order events view by duration --- www/front_src/src/Resources/columns/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/www/front_src/src/Resources/columns/index.tsx b/www/front_src/src/Resources/columns/index.tsx index 67118d9f238..70d0b6e2a97 100644 --- a/www/front_src/src/Resources/columns/index.tsx +++ b/www/front_src/src/Resources/columns/index.tsx @@ -246,6 +246,7 @@ export const getColumns = (actions): Array => [ label: labelDuration, type: TABLE_COLUMN_TYPES.string, getFormattedString: ({ duration }): string => duration, + sortField: 'last_status_change', width: 125, }, {