Bug #6253
closedFirewall log widget action icon features stop working when new log entries are added dynamically
0%
Description
Hello,
1)
On the homepage, in the firewall logs section, there is a mouse hover on the red cross which display without clicking what is the triggered rule in the firewall.
But in status_logs_filter.php , the mouse hover only show the text "block/1XXXXXXX", we have to click on it to this the triggered rule.
May be can we have the same full rule text like in the homepage ?
2)
The mouse hover on the homepage for the firewall rule triggered is working well just after the page loaded. But after some actions or time, the popup is not appearing again. Nothing appearing in the web developer console (Chrome Mac)
3)
When we click on the red cross of firewall rule on the homepage, the href is # . So when we click, the alert() is displayed with the rule in it, at the mean time the page is going to the top, which is a bit annoying. May be there should be some javascript:void() instead of # in the href, or the javascript of onclick directly in href.
Thanks