hotlink to snapshots using generic search query link instead of id__startswith

This commit is contained in:
Nick Sweeting 2024-08-19 18:35:35 -07:00
parent 3148d2a3ef
commit 7164fb961c
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -349,7 +349,7 @@
</a>
</div>
<div class="badge badge-{{status_color}}" style="float: left">
<a href="/admin/core/snapshot/?id__startswith={{snapshot_id}}" title="Click to see options to pull, re-snapshot, or delete this Snapshot">
<a href="/admin/core/snapshot/?q={{snapshot_id}}" title="Click to see options to pull, re-snapshot, or delete this Snapshot">
{{status|upper}}
</a>
</div>