You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jumpserver/apps/ops/templates/ops/_msg_terminal_performance.html

10 lines
225 B

<div>
{% for term, errors in terms_with_errors %}
<h4>{{ term.name }}</h4>
<ul>
{% for error in errors %}
<li>{{ error }}</li>
{% endfor %}
</ul>
{% endfor %}
</div>