mirror of
https://github.com/jumpserver/lina.git
synced 2025-04-27 11:10:51 +00:00
fix: Add BaseJob component periodic_display,is_periodic columns
This commit is contained in:
parent
5f1b71520f
commit
6a13526c87
@ -53,7 +53,7 @@ export default {
|
||||
]
|
||||
},
|
||||
columns: [
|
||||
'name', 'type', 'summary', 'average_time_cost', 'asset_amount', 'crontab', 'interval',
|
||||
'name', 'type', 'summary', 'average_time_cost', 'asset_amount', 'is_periodic', 'periodic_display',
|
||||
'date_last_run', 'comment', 'date_updated', 'date_created', 'actions'
|
||||
],
|
||||
columnsMeta: {
|
||||
|
Loading…
Reference in New Issue
Block a user