landed display of community audit records

This commit is contained in:
2026-02-21 23:18:11 -07:00
parent f9978918d8
commit 8dcfa79983
6 changed files with 93 additions and 6 deletions
+2
View File
@@ -731,6 +731,8 @@ func SystemAudit(ctxt ui.AmContext) (string, any) {
}
}
ctxt.VarMap().Set("backLink", "/sysadmin")
ctxt.VarMap().Set("selfLink", "/sysadmin/audit")
ctxt.VarMap().Set("total", total)
ctxt.VarMap().Set("ofs", ofs)
ctxt.VarMap().Set("auditRecords", auditRecs)