Default ingest root
Browse directories
{% if browser.error %}{{ browser.error }}
This app can only browse directories that exist on svr-02 or are mounted there.
{% else %}Current path: {{ browser.path }}
{% if browser.entries %}| Name | Kind | Actions |
|---|---|---|
| {{ entry.name }} | {% if entry.is_dir %}Directory{% else %}File{% endif %} |
No entries found in this directory.
{% endif %} {% endif %}