{% 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 %}
| Image | Status | Progress | Bytes | Action |
|---|---|---|---|---|
| No active hash jobs. | ||||