{% extends "ui/_layout.html" %} {% block title %}Hashing - bty-web{% endblock %} {% block subnav %} {% endblock %} {% block intro %} {% from "ui/_intro_box.html" import render as intro_box %} {% call intro_box() %} Background SHA-256 hashing of files under {{ image_root }}: a freshly-uploaded or dropped-in image gets hashed automatically (one at a time by default, so small hardware stays responsive). The hash is what makes a row in Images bindable from a machine's "Bind image" picker on the machine-detail page. History is at the bottom. {% endcall %} {% endblock %} {% block content %}
Hashing refreshing...
Image Status Progress Bytes Action
No active hash jobs.
{% with events=hashing_events, title="Recent activity", link_to_full="/ui/events?subject_kind=image", card_id="hashing-activity" %} {% include "ui/_events_card.html" %} {% endwith %} {% endblock %}