{% extends "ui/_layout.html" %}
{% block title %}Machines - bty-web{% endblock %}
{% block subnav %}
{% if active_filter %}
{% set right_html %}filter: {{ active_filter }} show all{% endset %}
{% else %}
{% set right_html %}{{ machines|length }} total ยท live{% endset %}
{% endif %}
{% with sections=[
{"key": "list", "label": "List", "icon": "list-ul", "href": "/ui/machines"},
{"key": "add", "label": "Add by MAC", "icon": "plus-circle", "href": "/ui/machines?section=add"},
] , active=section, right_html=right_html %}
{% include "ui/_subnav.html" %}
{% endwith %}
{% endblock %}
{% block intro %}
{% from "ui/_intro_box.html" import render as intro_box %}
{% call intro_box() %}
The known fleet, keyed by MAC. Each row carries an optional
image binding, target-disk pin, and boot policy. Machines
auto-appear on first PXE contact; explicitly add via
Add by MAC to stage
an image + policy before the box has even booted.
{% endcall %}
{% endblock %}
{% block content %}
{% if section == "add" %}
| MAC | Image | Boot | Hostname | Last seen | Last flashed |
|---|