mirror of
https://github.com/pi-hole/web.git
synced 2025-12-25 05:05:33 +00:00
Add link to regex filter if blocked by one.
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -257,6 +257,10 @@ $(document).ready(function() {
|
||||
buttontext = "";
|
||||
}
|
||||
|
||||
if (data.length > 9 && data[9] > -1) {
|
||||
fieldtext += "<br><a href='groups-domains.php?domainid=" + data[9] + "'>Jump to regex</a>";
|
||||
}
|
||||
|
||||
$(row).addClass(colorClass);
|
||||
$("td:eq(4)", row).html(fieldtext);
|
||||
$("td:eq(6)", row).html(buttontext);
|
||||
|
||||
Reference in New Issue
Block a user