Dashboard
Your live operations center for all monitored sites.
Layout
The dashboard uses a responsive 3-column layout:
| Column | Purpose | Key features |
|---|---|---|
| Targets | All monitored sites with status | Uptime bars, status indicators, sort options |
| Running Tests | Currently executing scans | Live progress, HEAVY tests in separate section |
| Findings | Active problems grouped by target/test | Click to see full details and AI recommendation |
On mobile, columns collapse into an accordion layout with badge counts.
Targets Column
Sites are organized by priority (problems first):
- Problem targets — DOWN, DEGRADED, CRITICAL, or WARNING show as full cards at the top
- Healthy targets — Collapse into compact rows with green indicators at the bottom
Each target card shows:
- Uptime status bar (30 segments over 24 hours)
- A countdown to the next uptime check
- A play button to trigger tests on hover
Sorting
| Sort mode | Description |
|---|---|
| Priority (default) | Problems first, then healthy, alphabetical within group |
| Most findings | Sites with most open findings at top |
| Name A–Z / Z–A | Alphabetical |
Running Tests Column
Shows all currently executing tests with real-time progress updates from plugins. Features:
- Custom progress cards — 16 specialized cards for different test types showing structured progress
- Weight class grouping — HEAVY tests appear in a separate "Deep Scans" section with orange styling
- Auto-hide — Completed tests fade out (PASSED: 10s, WARNING: 60s, FAILED: 10min)
- Pin button — Prevent a completed test from auto-hiding
- Upcoming section — Shows next scheduled test runs with relative time display
Findings Column
Findings are grouped by target + test. Multiple findings from the same test on the same target collapse into a single card. Click any finding to open the Finding Detail Modal showing:
- Full description and severity
- AI-generated recommendation (when available)
- Evidence — affected URLs, metrics, headers
- Mute button to suppress future occurrences
Stats Bar
Above the columns, a problems-first stats bar shows:
- Active incidents (red accent)
- Open findings (amber accent)
- Pass rate or total runs
- Average test duration
Tip: Tip: Use the layout toggle in the header to switch between the 3-column view and a full-width targets grid.