{% extends "botapp/base.html" %} {% block title %}Projetos de CI | RPA Monitor{% endblock %} {% block content %}

Projetos de CI

{{ total }} projeto(s) no filtro atual.

Visão geral
{% if q or status or request.GET.monitored or request.GET.problemas %} Limpar {% endif %}
{% for p in projects %} {% empty %} {% endfor %}
Projeto Bot vinculado Último pipeline Status Monitorado Varre log
{{ p.path }} {% if p.archived %} inativo · arquivado no CI {% elif p.local_archived %} inativo · arquivado aqui {% endif %} {% if p.last_sync_error %} {% endif %} {{ p.bot.name|default:"—" }} {{ p.last_pipeline_at|date:"d/m/Y H:i"|default:"—" }} {% if p.last_pipeline_status == 'success' %} success {% elif p.last_pipeline_status %} {{ p.last_pipeline_status }} {% else %}{% endif %} {% if p.monitored %} {% else %}{% endif %} {% if p.scan_logs %} {% else %}{% endif %}
Nenhum projeto sincronizado ainda. Rode manage.py sync_ci --discovery.
{% if page_obj.has_other_pages %}
{% if page_obj.has_previous %}anterior{% endif %} página {{ page_obj.number }} de {{ page_obj.paginator.num_pages }} {% if page_obj.has_next %}próxima{% endif %}
{% endif %}
{% endblock %}