{% extends "botapp/base.html" %} {% block title %}Projetos de CI | RPA Monitor{% endblock %} {% block content %}
{{ total }} projeto(s) no filtro atual. {% if ultima_descoberta %} · repositórios verificados {{ ultima_descoberta|timesince }} atrás {% endif %}
| 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 %} | {% if p.bot %}{{ p.bot.name }}{% else %}—{% endif %} | {{ 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 %} |
| {% if nada_sincronizado %} Nenhum projeto sincronizado ainda. {% if pode_editar %}Use Sincronizar agora para buscar os repositórios.{% endif %} {% elif tem_filtro %} Nenhum projeto corresponde a este filtro. {% if pode_editar %}Se o repositório é novo, use Sincronizar agora.{% endif %} {% else %} Nenhum projeto para exibir. {% endif %} | |||||