Sort Jenkins biuld by timestemp in CITable

Signed-off-by: Gabriel Noal <gabriel.oliva@hotmail.com>
This commit is contained in:
Gabriel Noal
2021-10-13 17:31:32 -03:00
parent cd11331edf
commit 3c756657b8
2 changed files with 11 additions and 0 deletions
@@ -80,6 +80,12 @@ const FailSkippedWidget = ({
};
const generatedColumns: TableColumn[] = [
{
title: 'Timestamp',
defaultSort: 'desc',
hidden: true,
field: 'lastBuild.timestamp',
},
{
title: 'Build',
field: 'fullName',