Skip to content

Fix dead click-to-filter buttons and broken admin page filters - #8

Merged
bmfmancini merged 1 commit into
feature/syslog-dashboardfrom
ui-enhancements
Sep 18, 2026
Merged

bmfmancini merged 1 commit into
feature/syslog-dashboardfrom
ui-enhancements

Conversation

@bmfmancini

Copy link
Copy Markdown
Owner
  • Alert Logs tab: initialize the value filter buttons, which rendered but had no click handlers bound on that tab
  • Alert Rules, Removal Rules, and Reports pages: point the Enabled and Rows selects at their per-page filter functions instead of the log viewer's global applyFilter(), which navigated away to syslog.php
  • URL-encode the search term in applyFilterAlerts/Removal/Reports so terms containing &, #, +, or % survive the round trip
  • Drop silently discarded extra arguments from html_escape() in the grouped message detail rows

- Alert Logs tab: initialize the value filter buttons, which rendered
  but had no click handlers bound on that tab
- Alert Rules, Removal Rules, and Reports pages: point the Enabled and
  Rows selects at their per-page filter functions instead of the log
  viewer's global applyFilter(), which navigated away to syslog.php
- URL-encode the search term in applyFilterAlerts/Removal/Reports so
  terms containing &, #, +, or % survive the round trip
- Drop silently discarded extra arguments from html_escape() in the
  grouped message detail rows

Co-Authored-By: Claude Code <noreply@anthropic.com>
@bmfmancini
bmfmancini merged commit 5e4de42 into feature/syslog-dashboard Sep 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant