diff --git a/app/templates/audit_full_detail.html b/app/templates/audit_full_detail.html index 4d1d0c6..481ad64 100644 --- a/app/templates/audit_full_detail.html +++ b/app/templates/audit_full_detail.html @@ -55,10 +55,10 @@ {% for p in processes %} {{ p.pid }} {{ p.user }} - {{ (p.exe or '')[:40] }} - {{ (p.cwd or '')[:30] }} - {{ (p.cmdline or '')[:60] }} - {{ (p.restart_hint or '')[:60] }} + {{ p.exe or '' }} + {{ p.cwd or '' }} + {{ p.cmdline or '' }} + {{ p.restart_hint or '' }} {% endfor %}