Fix links on main diagnostics page.

This commit is contained in:
Eli Ribble 2025-11-05 22:04:53 +00:00
parent 711302f25d
commit 68c36f8576
No known key found for this signature in database

View file

@ -213,8 +213,8 @@
</div>
<div class="d-flex justify-content-between mt-4">
<a href="#" class="btn btn-outline-primary">Back to Dashboard</a>
<a href="#" class="btn btn-success">Test Reporting Flow</a>
<a href="/" class="btn btn-outline-primary">Back to Dashboard</a>
<a href="{{ .URL }}" class="btn btn-success">Test Reporting Flow</a>
</div>
</div>
</div>