You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The frontend file AuditLogsTable.svelte currently uses a DataTable, but this is an issue when we want to display 1000s of rows per page. Change this to use a VirtualList component instead. You can take the RunsTable.svelte component as a guide.. Request made by @wendrul