From ca445f9ca5cb80da4e6bb5eeb6d41db9ef8d840b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 1 Aug 2023 01:10:27 +0200 Subject: [PATCH] Continued: - also mode=obfuscator is showing software names, let's link them, too --- templates/views/scoreboard.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/views/scoreboard.html b/templates/views/scoreboard.html index 2f41754..043634a 100644 --- a/templates/views/scoreboard.html +++ b/templates/views/scoreboard.html @@ -44,11 +44,11 @@ {{loop.index}} - {% if mode in ('error_code', 'obfuscator', 'obfuscation') %} + {% if mode in ('error_code', 'obfuscation') %} {{entry['domain']}} {% elif mode == 'block_level' %} {{entry['domain']}} - {% elif mode == 'avg_peers' %} + {% elif mode in ('avg_peers', 'obfuscator') %} {{entry['domain']}} {% elif mode in ('software', 'detection_mode', 'command') %} {{entry['domain']}} -- 2.39.5