{% extends "dashboard/layout.htm" %} {% block content %}
Register an existing output from a recorded run. Files are not uploaded or served by this dashboard.
Artifact registration is available only on a local, runtime-enabled dashboard. Existing registrations are shown below.
{% elif not runs %}No recorded runs are available. Import an existing run or create one with the CLI, then return here to register its outputs.
{% else %} {% if errors %}| Name | Path | Run | Step | Media type | Size |
|---|---|---|---|---|---|
| {{ artifact.name }} | {{ artifact.path }} | {{ artifact.run_id }} | {{ artifact.step_execution_id or '—' }} | {{ artifact.media_type or '—' }} | {{ artifact.size_bytes if artifact.size_bytes is not none else '—' }} |
No artifacts have been registered for this project.