{% extends "base.html" %}{% block title %}Build Panel{% endblock %} {% block head %} {% endblock %} {% block content %}
{{ total }}
{{ t('build_total') }}
{{ ok_count }}
✅ {{ t('build_success') }}
{{ fail_count }}
❌ {{ t('build_failed') }}
{% if current_build %} {{ current_build.name }}{% else %}—{% endif %}
{{ t('build_active') }}
{{ last_sync or t('admin_none') }}
{{ t('build_last_sync') }}
{% if current_build %}

{{ current_build.name }}-{{ current_build.version }}

{{ current_build.category }} · {{ current_build.get('progress','') }} · {{ current_build.get('step_text','-') }}
{% endif %}

Akcje

operacje na całym drzewie receptur
Build
Narzędzia
Logi
Ryzyko

Live Console

> Ładowanie…

Pakiety

Ładowanie…
St.{{ t('build_th_pkg') }} {{ t('build_th_ver') }}{{ t('build_th_cat') }}EdycjaAkcje

Repozytorium

PakietKat.RozmiarDataPodpis
Ładowanie…

Aktywne procesy builda

Sprawdzam…

w tabeli Pakiety buduje pojedynczo; kolejka (Sync, Missing, Rebuild failed, zaznaczone) leci sekwencyjnie – procesy widać tutaj na żywo.

Historia buildów

0 wpisów
#{{ t('build_th_status') }}{{ t('build_th_pkg') }} {{ t('build_th_version') }}{{ t('build_th_time') }}

{% endblock %}