summaryrefslogtreecommitdiff
path: root/web/kbn_templates/signal_level.j2
blob: 93c9abf3db3cc536063474289c0bae00cf7f3d71 (plain)
1
2
3
4
5
<div class="signal_level">
  {% for i in range(5) %}
    <div{% if i < level %} class="yes"{% endif %}></div>
  {% endfor %}
</div>