mirror of
https://github.com/pi-hole/web.git
synced 2025-12-20 10:48:26 +00:00
Merge branch 'development' into new/web_prefix
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -609,13 +609,13 @@ $(function () {
|
||||
// Prefix colored DNSSEC icon to domain text
|
||||
var dnssecIcon = "";
|
||||
dnssecIcon =
|
||||
'<i class="fa fa-fw ' +
|
||||
'<i class="mr-2 fa fa-fw ' +
|
||||
dnssec.icon +
|
||||
" " +
|
||||
dnssec.color +
|
||||
'" title="DNSSEC: ' +
|
||||
dnssec.text +
|
||||
'"></i> ';
|
||||
'"></i>';
|
||||
|
||||
// Escape HTML in domain
|
||||
domain = dnssecIcon + utils.escapeHtml(domain);
|
||||
|
||||
Reference in New Issue
Block a user