filters
log_panel.filters
¶
CardListFilter(request)
¶
Applies the card-level filter from the request.
Source code in log_panel/filters.py
apply(rows)
¶
Return only the rows matching the selected filter.
Source code in log_panel/filters.py
TableListFilter(request, app_timezone)
¶
Applies the table-view filter from the request.