<%- include('partials/header', { title: 'Admin', user }) %>

Access logs

Every authenticated request and share operation is recorded.

<% logs.forEach((log) => { %> <% }) %>
Time (UTC) User Action Method Path Status Share
<%= log.occurred_at %> <%= log.user_upn %> <%= log.action %> <%= log.method %> <%= log.path %> <%= log.status_code || '' %> <%= log.share_id || '' %>

Daily activity

Actions breakdown

<%- include('partials/footer') %>