{%load attr%} Табула/Логи автобет
{% include "index/header.html" %}
{% if id > 0 %}

Логи автобеты {{autobeta.port}} @ {{autobeta.target_host}}

{% else %}

Логи автобет

{% endif %}

Список автобет

{% if id > 0 %}
бранч: {{ autobeta.source_branch.path }}
хост: {{autobeta.target_host}}
порт: {{ autobeta.port }}
рабочая копия: {{autobeta.working_copy_path}}
ревизия: {{ autobeta.current_revision }}
обновлена: {{ autobeta.last_update }}
Подробные логи обработки автобет лежат на соответствующем сервере ({{autobeta.target_host}}), в /var/log/autobeta {% endif %}
{% for rec in records %} {% endfor %}
время тип лог
{{ rec.time }} {% ifequal rec.type 1 %} info {% else %} error
{% endifequal %}
{{ rec.logtext }}