// ========== AUDIT LOG VIEWER ========== (function() { // Inject modal HTML injectModal('audit-modal', `
| When | IP | Action | Resource | Result |
|---|---|---|---|---|
| ${timeAgo(e.timestamp)} | `; html += `${e.ip || '-'} | `; html += `${e.action || '-'} | `; html += `${e.resource || '-'} | `; html += `${ok ? '✓' : '✗'} | `; html += '