{% extends "base.html" %} {% block head %} {% endblock %} {% block title %}Dashboard{% endblock %} {% block content %}
| Timestamp | Event Type | User Name | {% if current_user.is_global_admin() and not selected_company_id %}Company | {% endif %}Site | Computer Name | IP Address |
|---|---|---|---|---|---|---|
| {{ log.timestamp|format_datetime }} | {{ log.event_type }} | {{ log.user_name }} | {% if current_user.is_global_admin() and not selected_company_id %}{{ log.company.name if log.company else 'N/A' }} | {% endif %}{{ log.api_key.description if log.api_key else 'N/A' }} | {{ log.computer_name }} | {{ log.ip_address }} |