fix(audit): add missing renderAuditTable() call to renderDashboard()

The Recent Decisions table was not loading because renderAuditTable()
was not being called in the renderDashboard() function.

Added renderAuditTable() call to ensure the table renders with the
10 most recent decisions.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
TheFlow 2025-10-25 11:50:54 +13:00
parent 38687f4d27
commit 6a9c02cfd8

View file

@ -69,6 +69,7 @@ function renderDashboard() {
renderServiceHealth24h();
renderViolations7days();
renderTimelineChart();
renderAuditTable();
}
// Update summary cards