| 任务名称 | 任务ID | 状态 | 调度类型 | 调度配置 | 最后运行 | 操作 |
|---|---|---|---|---|---|---|
| {{ task.name }} | {{ task.id }} | {{ {'success': '成功', 'failed': '失败', 'running': '运行中', 'pending': '等待'}[task.last_run_status or 'pending'] }} | {{ {'cron': 'Cron', 'interval': '间隔'}[task.schedule_type] }} | {{ task.schedule_value }} | {{ task.last_run_time|dt if task.last_run_time else '-' }} | 详情 |
暂无任务,请创建任务文件