GitResume Dashboard
Manage and view your repository analysis runs.
Total Runs:
{{ runs|length }}
Run ID
Timestamp
Repository
Status
Actions
{% for run in runs %}
{{ run.run_id }}
{{ run.timestamp }}
{{ run.inputs.path if run.inputs else 'N/A' }}
Completed
View Details
{% else %}
No runs found in artifacts directory.
{% endfor %}