// ========== LOG INSIGHTS PANEL ========== (function() { injectModal('log-insights-modal', `
| IP Address | Requests | Failures | Top Actions | Last Seen |
|---|---|---|---|---|
| ' + ip.ip + ' | ' + '' + ip.count + ' | ' + '' + ip.failures + ' | ' + '' + actions + ' | ' + '' + lastSeen + ' | ' + '
| Source IP | ' + 'Requests | ' + 'Denied | ' + 'Errors | ' + 'Hosts Hit |
|---|---|---|---|---|
| ' + escapeHtml(p.ip) + ' | ' + '' + p.count + ' | ' + '' + p.denied + ' | ' + '' + p.error + ' | ' + '' + (p.hosts && p.hosts.length ? escapeHtml(p.hosts.join(', ')) : 'โ') + ' | ' + '