Commit 704b6b4d authored by Sean McGivern's avatar Sean McGivern

Merge branch 'sh-omit-counts-admin-audit-logs' into 'master'

Omit page counts in admin audit logs

Closes gitlab-ce#62481

See merge request gitlab-org/gitlab-ee!13606
parents bc77b535 a91253f1
...@@ -53,4 +53,4 @@ ...@@ -53,4 +53,4 @@
%td= event.target %td= event.target
%td= event.ip_address %td= event.ip_address
%td= event.date %td= event.date
= paginate @events, theme: 'gitlab' = paginate_without_count @events
---
title: Omit page counts in admin audit logs
merge_request: 1306
author:
type: performance
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment