We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92ed039 commit 963b9c2Copy full SHA for 963b9c2
conditional/templates/intro_evals.html
@@ -28,6 +28,8 @@ <h6 class="eval-uid">{{m['uid']}}</h6>
28
<div class="text-center">
29
{% if m['signatures_missed'] > 0 %}
30
<div class="eval-info-label danger">Signatures Missed: {{m['signatures_missed']}}</div>
31
+ {% elif m['signatures_missed'] == 65535 %}
32
+ <div class="eval-info-label warning">Packet Not Yet Complete</div>
33
{% else %}
34
<div class="eval-info-label success">Signatures Missed: {{m['signatures_missed']}}</div>
35
{% endif %}
0 commit comments