mirror of
https://github.com/pi-hole/web.git
synced 2025-12-20 02:38:28 +00:00
Apply review suggestion
Co-authored-by: yubiuser <github@yubiuser.dev> Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
@@ -591,7 +591,7 @@ $(function () {
|
||||
// Substitute domain by "." if empty
|
||||
var domain = data.domain === 0 ? "." : data.domain;
|
||||
|
||||
// Append colored icon to domain text
|
||||
// Prefix colored DNSSEC icon to domain text
|
||||
var dnssecIcon = "";
|
||||
dnssecIcon =
|
||||
'<i class="fa fa-fw ' +
|
||||
|
||||
Reference in New Issue
Block a user