Added 2-minute auto refresh for timelines

This commit is contained in:
Andrew Godwin 2022-11-22 19:23:04 -07:00
parent 9c424d9bb6
commit fa771271f5
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
<i class="fa-solid fa-search"></i>
</a>
{% if allows_refresh %}
<a href="." title="Refresh" hx-get="." hx-select=".left-column" hx-target=".left-column" hx-swap="outerHTML">
<a href="." title="Refresh" hx-get="." hx-select=".left-column" hx-target=".left-column" hx-swap="outerHTML" hx-trigger="every 120s">
<i class="fa-solid fa-rotate"></i>
</a>
{% endif %}