feat: Add raw log file viewing option in logs view

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Ross
2026-04-29 22:42:02 +01:00
co-authored by Copilot
parent 6be7398b42
commit 2e35fa7036
2 changed files with 25 additions and 0 deletions
+3
View File
@@ -80,6 +80,9 @@
<a href="{% url 'logs_view' %}?q={{ search_query }}&level={{ level_filter }}&all=1" class="btn btn-outline-info">View all logs</a>
{% endif %}
</div>
<div class="col-12 col-md-auto">
<a href="{{ raw_url }}" class="btn btn-outline-dark" target="_blank" rel="noopener">View raw file</a>
</div>
</form>
</div>
</div>