From 24a7b47c0411b1f0fabb224cc2cccb2b7cc613f0 Mon Sep 17 00:00:00 2001 From: Newnius Date: Sun, 12 Apr 2020 12:12:59 +0800 Subject: [PATCH] add job list column --- static/job.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/job.js b/static/job.js index bffb1fa..cf1c636 100755 --- a/static/job.js +++ b/static/job.js @@ -169,6 +169,12 @@ function load_jobs(scope) { align: 'center', valign: 'middle', formatter: timeFormatter + }, { + field: 'updated_at', + title: 'Updated At', + align: 'center', + valign: 'middle', + formatter: timeFormatter }, { field: 'status', title: 'Status',