mirror of
https://github.com/pi-hole/web.git
synced 2025-12-25 05:05:33 +00: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
|
||||
|
||||
@@ -242,4 +242,12 @@
|
||||
|
||||
td.highlight {
|
||||
background-color: yellow;
|
||||
}
|
||||
}
|
||||
|
||||
.underline {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.pointer {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user