Diff -- /var/www/vhosts/3dshawn.com/site1/TEMPLATES/db_fails.html
Diff
/var/www/vhosts/3dshawn.com/site1/TEMPLATES/db_fails.html
added on local at 2026-07-10 18:57:31
Added
+14
lines
Removed
-0
lines
Context
0
unchanged
Blobs
from
to 0a3bba664d8b
to 0a3bba664d8b
Unified diff
Naive LCS-based line diff. Additions in emerald, deletions in rose. Both sides decompressed live from BLOB_STORE.| 1 | <div class="page-head"> | |
| 2 | <h1 class="page-title">DB scan failures</h1> | |
| 3 | <p class="page-subtitle">Times DriftSense couldn't connect to a monitored database. Great for catching credential rotations or network hiccups before your team feels them.</p> | |
| 4 | </div> | |
| 5 | <div class="module glow-rose"> | |
| 6 | <div class="module-head"><div class="left"><div class="module-title">Failure log</div><span class="module-subtitle">$total events.</span></div></div> | |
| 7 | <div class="module-body tight"> | |
| 8 | [if:$has_rows] | |
| 9 | <table class="tbl"><thead><tr><th>Database</th><th style="width:110px">Server</th><th style="width:180px">When</th></tr></thead> | |
| 10 | <tbody>[loop:@rows]<tr><td class="mono"><strong>$db_name</strong></td><td class="dim">$server_name</td><td class="mono dim">$date_time</td></tr>[/loop]</tbody></table> | |
| 11 | [/if] | |
| 12 | [if:!$has_rows]<div style="padding:36px 14px;text-align:center;color:var(--text-dim)">No failures logged.</div>[/if] | |
| 13 | </div> | |
| 14 | </div> |