{% extends "base.html" %} {% block title %}Dashboard - Hermes{% endblock %} {% block content %}
Current Task: #{{ worker_status.current_task.id }} - {{ worker_status.current_task.title[:60] }}
Worker PID: {{ worker_status.current_task.worker_pid or 'N/A' }}
{% if worker_status.current_task.started_at %}Elapsed:
{% endif %} {% else %}No task currently running
{% endif %}{{ worker_status.soul_excerpt[:500] }}
| PID | Elapsed | Command |
|---|---|---|
| {{ proc.pid }} | {{ proc.cmdline }} |
No opencode workers running
{% endif %}| Name | Branch | Last Commit | Time | Dirty |
|---|---|---|---|---|
| {{ proj.name }} | {{ proj.branch or 'N/A' }} | {{ proj.commit_short }} {{ proj.commit_msg[:40] }} | {% if proj.commit_time %}{{ proj.commit_time|int|rel }}{% else %}N/A{% endif %} | {{ proj.dirty_count }} |