- Dashboard, Workers, Workflows, Executions, Quick Command, Scheduler pages on the shared layout, all behaviour via Pulse delegated actions (no inline handlers) - Executions: server-driven Manual/Automated views, compare mode, detail modal with all log types, ?open= deep link, cross-page re-run via sessionStorage - Workflows: run modal (dry-run available for every workflow), create modal pre-filled with the example definition - Fix EJS comment in page-header partial that broke rendering Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HamVMDrA8RqhyxmUHgiqRp
11 lines
164 B
CSS
11 lines
164 B
CSS
/* PULSE — Scheduler page (WP-F) styles. Prefix: sc- */
|
|
|
|
.sc-row-disabled {
|
|
opacity: 0.6;
|
|
}
|
|
|
|
.sc-countdown {
|
|
color: var(--text-muted);
|
|
font-size: 0.85em;
|
|
}
|