{% extends "ui/_layout.html" %} {% block title %}Artifact Fetches - bty-web{% endblock %} {% block subnav %} {# In-page jump links to the fetch jobs table + the activity table. #} {% endblock %} {% block intro %} {% from "ui/_intro_box.html" import render as intro_box %} {% call intro_box() %} Fetch the bty live-env netboot artifacts (kernel / initrd / squashfs) from GitHub releases and watch the jobs run. The release tag is an editable value on the Settings page. The present/missing artifact inventory and the TFTP daemon controls live on the Netboot page. {% endcall %} {% endblock %} {% block content %} {# Live release-fetch jobs: active (queued / running) + previous (completed / failed, backfilled from events on restart). Polls GET /boot/releases, the same endpoint the top-nav worker indicator counts. The Fetch control lives inline in the header. #}
Artifact Fetches refreshing... {# The release tag is an editable magic value (Settings -> Upstream sources); the button just fetches whatever it resolves to. #}
Tag Status Progress Bytes Action
No fetches yet.
{# Recent activity for boot artifacts: release fetches + fetch failures via the per-subject events card. #} {% with events=boot_events, title="Recent Events", link_to_full="/ui/events?subject_kind=netboot", card_id="netboot-activity" %} {% include "ui/_events_card.html" %} {% endwith %} {% endblock %}