mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Underline clickable regex links on Query Log page.
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -288,7 +288,8 @@ $(document).ready(function() {
|
||||
new_tab.focus();
|
||||
}
|
||||
});
|
||||
$("td:eq(4)", row).css("cursor", "pointer");
|
||||
$("td:eq(4)", row).addClass("underline");
|
||||
$("td:eq(4)", row).addClass("pointer");
|
||||
}
|
||||
|
||||
// Add domain in CNAME chain causing the query to have been blocked
|
||||
|
||||
Reference in New Issue
Block a user