• 陈泽健's avatar
    feat(service-monitor): 定时任务执行状态展示 + 立即执行按钮 · d10c77e4
    陈泽健 提交于
    - schedule.html: 表格新增「上次执行」列(时间+成功/失败/运行中徽章+报告链接)
    - schedule.html: 操作列新增「执行」按钮,点击后后台线程执行、3秒轮询自动刷新
    - schedule_service.py: 抽 _run_job_body 共享执行体、新增 run_now() 手动触发
    - schedule_service.py: create_schedule 初始化 current_status:idle
    - schedule_service.py: 异常路径 last_run_status 与 current_status 统一为 error
    - routes.py: page_schedule 注入 run_badge/run_label;新增 POST .../schedules/<id>/run
    - 响应式适配:平板端隐藏套件/上次执行/下次执行列
    Co-Authored-By: 's avatarClaude <noreply@anthropic.com>
    d10c77e4
名称
最后提交
最后更新
..
base.html Loading commit data...
index.html Loading commit data...
notification.html Loading commit data...
report.html Loading commit data...
reports.html Loading commit data...
run.html Loading commit data...
schedule.html Loading commit data...
targets.html Loading commit data...