Default sort by IP address on page load

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-27 16:17:58 +02:00
parent ae8c07b759
commit d61347e998

View File

@@ -328,6 +328,9 @@
});
});
// Sort by IP on initial load
document.querySelector('[data-sort="ip"]')?.click();
// ── IP range filter button ─────────────────────────────────────────────────
const btnIpFilter = document.getElementById('btn-ip-filter');
const ipFilterLabel = document.getElementById('ip-filter-label');