| Filename | Latest commit message | Latest commit date |
|---|---|---|
Two small fixes in tabs.js: 1. renderApprovalHistory showed 'spawn' for init_config approvals. The pending-approvals path already handles the three kinds correctly (apply / init / spawn); history used a two-branch ternary that fell through to 'spawn' for init_config. Fixed to match the pending path. 2. The 1s interval that ticks rebuild-queue elapsed badges contained a second loop polling '.build-logs-runtime[data-bl-elapsed]'. No code in tabs.js ever sets that attribute — the logs page manages its own elapsed timers inside logs.js. Removed the dead loop. |
||
| .. | ||
| src | ||
| build.mjs | ||
| package.json | ||