Add job detail page with activity log and cancel support
build-and-push / test (push) Successful in 34s
build-and-push / build-and-push (push) Successful in 1m8s

Operations are now clickable from the host detail page, linking to
/ops/{id} which shows the operation info, host link, duration, and
activity log filtered to that operation. Active operations can be
cancelled, which transitions the host to failed and releases the lock.
SSE activity events now include operation_id for real-time filtering.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-14 10:37:18 -04:00
parent 5ff1cff7d4
commit 1317ff6369
9 changed files with 275 additions and 5 deletions
+2
View File
@@ -317,6 +317,8 @@ main {
color: var(--text);
}
.ops-table tr:hover td { background: var(--accent-subtle); }
.ops-table a { color: var(--accent); text-decoration: none; font-weight: 500; }
.ops-table a:hover { text-decoration: underline; }
/* === FORMS === */
.form { max-width: 420px; }