Bug #5365
closeddiag_logs_filter_dynamic.php not so dynamic
0%
Description
There is no "dynamic" to Firewall Log Dynamic view.
diag_logs_filter_dynamic.php refers to /javascript/filter_log.js
But master branch no longer has a "javascript" folder. I can't see filter_log.js anywhere in master. This seems to remove any hope of the various bits of PHP and JavaScript working together to provide dynamic updates.
This makes it hard to test other stuff about the dynamic view and dynamically updated rows, because I can't get any dynamic update to happen at all.
Modify message
Updated by Anonymous about 9 years ago
- Status changed from Confirmed to Feedback
Dynamism has been restored.
etc/inc/filter_log.inc has been updated to use fa icon, but still needs work similar to PR 2016 (?)
Updated by Phillip Davis about 9 years ago
https://github.com/pfsense/pfsense/pull/2019
should help with the cross/tick button and getting the syntax correct for the popup rule display.