mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-12-05 07:12:25 -05:00
add windows defender signature version
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
@@ -6345,6 +6345,7 @@
|
||||
var y = [];
|
||||
if (node.defender.RealTimeProtection != null) { if (node.defender.RealTimeProtection == true) { y.push("RealTimeProtection" + ' - <span style=color:green>' + "On" + '</span>'); } else { y.push("RealTimeProtection" + ' - <span style=color:red>' + "Off" + '</span>'); } }
|
||||
if (node.defender.TamperProtected != null) { if (node.defender.TamperProtected == true) { y.push("TamperProtection" + ' - <span style=color:green>' + "On" + '</span>'); } else { y.push("TamperProtection" + ' - <span style=color:red>' + "Off" + '</span>'); } }
|
||||
if (node.defender.AntivirusSignatureVersion != null) { y.push("SignatureVersion" + ' - <span style=color:green>' + EscapeHtml(node.defender.AntivirusSignatureVersion) + '</span>'); }
|
||||
if (y.length > 0) x += addDetailItem("Windows Defender", y.join(', '));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user