Skip to content

Commit e3abf47

Browse files
authored
feat: add name and nameoverride func to clients page spamoor (#1068)
depends on: ethpandaops/spamoor#67
1 parent 1ae1826 commit e3abf47

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/spamoor/spamoor.star

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,11 @@ def new_hosts_template_data(
201201
index + 1, len(str(len(participant_contexts)))
202202
)
203203
rpchost = (
204-
"group({0},{1},{2})".format(
204+
"group({0},{1},{2})name({3})".format(
205205
index_str,
206206
cl_client.client_name,
207207
el_client.client_name,
208+
full_name,
208209
)
209210
+ rpchost
210211
)

0 commit comments

Comments
 (0)