mirror of
https://github.com/newnius/YAO-portal.git
synced 2025-12-13 09:06:43 +00:00
add job list column
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user