1
0
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:
Newnius 2020-04-12 12:12:59 +08:00
parent 94c5c42142
commit 24a7b47c04

View File

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