mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
fix: quick summary paths
This commit is contained in:
parent
f341ae4707
commit
fad91725b0
@ -15,12 +15,12 @@
|
||||
</div>
|
||||
|
||||
<div class="text-white text-sm flex items-center justify-center mt-4">
|
||||
<a href="?interval=today" class="m-1 border-b border-green-700">Today (live)</a>
|
||||
<a href="?interval=day" class="m-1 border-b border-green-700">Yesterday</a>
|
||||
<a href="?interval=week" class="m-1 border-b border-green-700">This Week</a>
|
||||
<a href="?interval=month" class="m-1 border-b border-green-700">This Month</a>
|
||||
<a href="?interval=year" class="m-1 border-b border-green-700">This Year</a>
|
||||
<a href="?interval=any" class="m-1 border-b border-green-700">All Time</a>
|
||||
<a href="summary?interval=today" class="m-1 border-b border-green-700">Today (live)</a>
|
||||
<a href="summary?interval=day" class="m-1 border-b border-green-700">Yesterday</a>
|
||||
<a href="summary?interval=week" class="m-1 border-b border-green-700">This Week</a>
|
||||
<a href="summary?interval=month" class="m-1 border-b border-green-700">This Month</a>
|
||||
<a href="summary?interval=year" class="m-1 border-b border-green-700">This Year</a>
|
||||
<a href="summary?interval=any" class="m-1 border-b border-green-700">All Time</a>
|
||||
</div>
|
||||
|
||||
{{ template "alerts.tpl.html" . }}
|
||||
|
Loading…
Reference in New Issue
Block a user