{% extends "base.html" %} {% block title %}Ingest — {{ role_name }} — InitRunner{% endblock %} {% block content %}

Ingestion

{# Sources list #} {% if sources %}

Sources ({{ sources|length }})

{% for s in sources %} {% endfor %}
NamePathSize
{{ s.name }} {{ s.path }} {% if s.size_bytes %}{{ (s.size_bytes / 1024)|round(1) }} KB{% else %}—{% endif %}
{% endif %} {# Progress area #} {# Results area #} {% endblock %}