mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 04:38:28 +00:00
Add hover title to regex link icon.
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -207,7 +207,7 @@ $(document).ready(function() {
|
||||
colorClass +
|
||||
">" +
|
||||
fieldtext +
|
||||
' <i class="fas fa-link"></i></a>';
|
||||
' <i class="fas fa-link" title="Click to show the regex match"></i></a>';
|
||||
}
|
||||
|
||||
buttontext =
|
||||
@@ -259,7 +259,7 @@ $(document).ready(function() {
|
||||
colorClass +
|
||||
">" +
|
||||
fieldtext +
|
||||
' <i class="fas fa-link"></i></a>';
|
||||
' <i class="fas fa-link" title="Click to show the regex match"></i></a>';
|
||||
}
|
||||
|
||||
buttontext =
|
||||
|
||||
Reference in New Issue
Block a user