{% extends "base.html" %} {% block title %}Run Inspector: {{ run_info.run_id }} - FailCore{% endblock %} {% block content %}
{# Header with run info #}

RUN INSPECTOR

{{ run_info.run_id }} {{ run_info.command }} {{ run_info.date }} {{ run_info.timestamp }}
{# Action Bar (extensible) #}
{% include "partials/action_bar.html" %}
{# Three-column layout #}
{# Left: Timeline #}
{% include "partials/timeline.html" %}
{# Right: Inspector Panel #}
{% include "partials/inspector_panel.html" %}
{# Bottom: Cost Panel #} {% include "partials/cost_panel.html" %} {# Bottom: Artifacts Panel #} {% include "partials/artifacts_panel.html" %}
{% endblock %}