mirror of
https://github.com/newnius/YAO-portal.git
synced 2025-06-06 07:11:54 +00:00
add job list column
This commit is contained in:
parent
94c5c42142
commit
24a7b47c04
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user