From: Roland Häder Date: Sat, 5 Aug 2023 16:17:20 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3c37354789556b571bf4e03f26a2d38c0c935372;p=fba.git Continued: - don't link or show 'None', just a dash is okay --- diff --git a/templates/views/scoreboard.html b/templates/views/scoreboard.html index 043634a..034c405 100644 --- a/templates/views/scoreboard.html +++ b/templates/views/scoreboard.html @@ -44,7 +44,9 @@ {{loop.index}} - {% if mode in ('error_code', 'obfuscation') %} + {% if entry['domain'] == None %} + - + {% elif mode in ('error_code', 'obfuscation') %} {{entry['domain']}} {% elif mode == 'block_level' %} {{entry['domain']}} @@ -52,8 +54,6 @@ {{entry['domain']}} {% elif mode in ('software', 'detection_mode', 'command') %} {{entry['domain']}} - {% elif entry['domain'] == None %} - - {% else %} {% with domain=entry['domain'] %} {% include "widgets/links.html" %}