From: Roland Häder Date: Fri, 23 Jun 2023 05:09:08 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b6c10574718fb89df5e2278c28c3e75029fe32b4;p=fba.git Continued: - mode=detection_mode has in second column total count, not blocks --- diff --git a/templates/views/scoreboard.html b/templates/views/scoreboard.html index b91eb69..bba7108 100644 --- a/templates/views/scoreboard.html +++ b/templates/views/scoreboard.html @@ -34,7 +34,7 @@ № {% if mode in ('software', 'avg_peers', 'obfuscator') %}Software{% elif mode == 'obfuscation' %}obfuscation status{% elif mode == 'detection_mode' %}Detection mode{% elif mode == 'error_code' %}Error code{% else %}Instance{% endif %} - {% if mode == 'reference' %}References{% elif mode == 'avg_peers' %}Average{% elif mode in('software', 'error_code', 'obfuscator', 'obfuscation', 'block_level') %}Total{% else %}Blocks{% endif %} + {% if mode == 'reference' %}References{% elif mode == 'avg_peers' %}Average{% elif mode in('software', 'error_code', 'obfuscator', 'obfuscation', 'block_level', 'detection_mode') %}Total{% else %}Blocks{% endif %}