Focus the Audit & Report tab, scope API tokens

This commit is contained in:
MacRimi
2026-09-12 00:22:14 +02:00
parent f12ca3ed27
commit 0b64549230
25 changed files with 683 additions and 146 deletions
+4 -1
View File
@@ -3080,7 +3080,10 @@ def _host_recovery(ctx):
"summary_key": "scheduledOnly",
"summary_params": {"count": str(len(scheduled))},
"evidence": evidence}
return {"classification": CLASS_WARNING, "summary_key": "noHostBackup",
# A host-configuration backup is a ProxMenux feature the operator
# may simply not have set up; its absence is not a fault of the
# host. Reported as an observation, not a warning.
return {"classification": CLASS_OBSERVATION, "summary_key": "noHostBackup",
"evidence": evidence}
affected = []