Merge branch 'development' into new/web_prefix

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2025-03-09 20:15:59 +01:00
44 changed files with 305 additions and 195 deletions

View File

@@ -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>&nbsp;&nbsp;';
'"></i>';
// Escape HTML in domain
domain = dnssecIcon + utils.escapeHtml(domain);