Menu: fix broken 'logs' link + add 'detections' shortcut

The 'logs' menu item pointed at /views.php?view=Log+Out which doesn't
exist in BirdNET-Pi's view router - hitting that link returned a
blank page. Renamed to 'log' and pointed at the correct view='View+Log'.

Added a 'detections' item pointing at view='Todays+Detections' (the
most useful BirdNET-Pi page for a casual user, faster to reach than
clicking through /index.php).

Valid view= values pulled from homepage/views.php:142-161.

Also added .DS_Store to .gitignore.
This commit is contained in:
Twarner491
2026-05-28 12:39:05 -07:00
parent 35eed2a885
commit 4fea750146
2 changed files with 9 additions and 8 deletions
+1
View File
@@ -47,3 +47,4 @@ HUMAN.txt
include_species_list.txt
whitelist_species_list.txt
/nbproject/private/
.DS_Store