Compare commits

..

2 Commits

Author SHA1 Message Date
cb4b7b6a72 Merge pull request 'Remove nofunctional latest from status page' (#4403) from fix-status-latest into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #4403
2024-08-26 15:21:36 +00:00
a694dca64c Remove nofunctional latest from status page
All checks were successful
continuous-integration/drone/pr Build is passing
2024-08-26 15:19:01 +00:00

View File

@ -78,7 +78,6 @@ fi)
<details> <details>
<summary>Previous builds</summary> <summary>Previous builds</summary>
<div class="scrollbox"> <div class="scrollbox">
<a href="./">latest</a><br>
$( $(
find "$DATADIR" -name "status_*.html" -type f -printf "%f\n" | sort -r | head -n10 | while read stat; do find "$DATADIR" -name "status_*.html" -type f -printf "%f\n" | sort -r | head -n10 | while read stat; do
t="${stat#status_}" t="${stat#status_}"