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',