diff --git a/app/templates/index.html b/app/templates/index.html
index cb4c1c6..d67a221 100644
--- a/app/templates/index.html
+++ b/app/templates/index.html
@@ -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');