{% extends "base.html" %} {% block title %}LASSO — Audit Log: {{ sandbox.id }}{% endblock %} {% block breadcrumb %}
A record of every command run inside this sandbox.
{{ sandbox.name }} ·
{{ sandbox.id }}
· {{ total }} events
| Timestamp | Action | Target | Outcome |
|---|---|---|---|
|
{{ entry.get('ts', '') | timeago }}
{{ entry.get('ts', '')[:19] }} |
{{ entry.get('action', '') }} | {{ entry.get('target', '') }} | {{ entry.get('outcome', '') }} |
{% if current_type %} No events of type "{{ current_type }}" found. Clear filter {% else %} No activity recorded yet. Events will appear here once the sandbox runs commands. {% endif %}