mirror of
https://github.com/acepanel/panel.git
synced 2026-02-08 11:59:48 +08:00
feat(cron): optimize frontend
This commit is contained in:
@@ -171,7 +171,7 @@ Date: 2023-07-21
|
||||
, url: '/api/panel/cron/list'
|
||||
, cols: [[
|
||||
{field: 'id', hide: true, title: 'ID'}
|
||||
, {field: 'name', width: 150, title: '任务名', sort: true}
|
||||
, {field: 'name', width: 250, title: '任务名', sort: true}
|
||||
, {field: 'type', width: 150, title: '任务类型', templet: '#cron-table-type', sort: true}
|
||||
, {field: 'status', title: '启用', width: 100, templet: '#cron-table-status', unresize: true}
|
||||
, {field: 'time', width: 200, title: '任务周期(cron表达式)'}
|
||||
|
||||
Reference in New Issue
Block a user