{% extends "layouts.html" %} {% block content %}
Run ID | Status | Type | Description | Source Data | Run Config | Disabled Options | Timestamp | Results | Log |
---|---|---|---|---|---|---|---|---|---|
{{ run.run_id }} | {{ run.status }} | {{ run.module_type }} | {{ run.description }} | {% if run.src_data %} ➕ {% endif %} {% else %} None {% endif %} | {% if run.src_data|length > 55 %}➕ | ➕ | {{ run.run_ts }} | {% if run.module_type in ['data_ingest', 'retriever','generation'] %} View Results {% else %} View Results {% endif %} | {% if run.log_path %} View Log {% else %} {% endif %} |