jobs: script-job terminal view at /jobs/:id (phase 3a)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-23 14:04:08 +00:00
co-authored by Claude Opus 4.8
parent 6d7d928806
commit 46dc6ce507
5 changed files with 216 additions and 3 deletions
@@ -330,7 +330,7 @@ const OutputPanel = () => {
);
};
export const JobDetail = () => {
export const PipelineJobDetail = () => {
const { id } = useParams<{ id: string }>();
const navigate = useNavigate();
const client = useClient();