Skip to content

Convert Admin Audit Events table to use a Vue component

Problem to solve

The current Admin Audit Events table uses a HAML template to generate the table and pagination.

Proposal

In relation to the work for #32388 (closed) we need to move this to a Vue component instead to allow us to dynamically change the table values when the filters are selected and a new API call is made.

image

Edited by Matt Gonzales (ex-GitLab)