From efa3dadcd63abdb6014afb5ea0fb8478f348aee6 Mon Sep 17 00:00:00 2001 From: Barnabas Busa Date: Wed, 19 Aug 2026 10:36:03 +0200 Subject: [PATCH 1/2] extend execution clients search to enode, ENR, IP and peers The search box on the EL clients page only matched the client name. Bring it in line with the CL page search and extend it: matches now include the node's peer ID, version, enode, ENR, IP and listen address, plus the enode/ENR/peer ID/name of its connected peers - so searching for an IP address, enode or ENR also finds the clients connected to that peer. Sensitive fields are empty when ShowSensitivePeerInfos is disabled and simply never match. --- templates/clients/clients_el.html | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/templates/clients/clients_el.html b/templates/clients/clients_el.html index b10bbc77..9ff5a074 100644 --- a/templates/clients/clients_el.html +++ b/templates/clients/clients_el.html @@ -44,7 +44,7 @@

- +
@@ -547,6 +547,25 @@