mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 12:48:29 +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
|
// Substitute domain by "." if empty
|
||||||
var domain = data.domain === 0 ? "." : data.domain;
|
var domain = data.domain === 0 ? "." : data.domain;
|
||||||
|
|
||||||
// Append colored icon to domain text
|
// Prefix colored DNSSEC icon to domain text
|
||||||
var dnssecIcon = "";
|
var dnssecIcon = "";
|
||||||
dnssecIcon =
|
dnssecIcon =
|
||||||
'<i class="fa fa-fw ' +
|
'<i class="fa fa-fw ' +
|
||||||
|
|||||||
Reference in New Issue
Block a user