{% extends "ui/_layout.html" %}
{% block title %}Downloads - bty-web{% endblock %}
{% block subnav %}
{% endblock %}
{% block intro %}
{% from "ui/_intro_box.html" import render as intro_box %}
{% call intro_box() %}
Three places things can come into bty: Fetch artifacts
(the netboot trio + sha256 manifest matching this server's version),
Upload Image (a local file), or
Upload Image from URL (an
http(s):// URL or oras:// reference). Live
progress shows in the table below; terminal rows drop out as each
file completes. Recent history is at the bottom.
{% endcall %}
{% endblock %}
{% block content %}
| Item | Status | Progress | Bytes | Action |
|---|---|---|---|---|
| No active downloads. | ||||