{% extends "base.html" %} {% block title %}TapDB Overview{% endblock %} {% block content %}

Overview

Canonical TapDB object, lineage, audit, recovery, and discovery console.

{{ overview.counts.templates }}active templates {{ overview.counts.instances }}active instances {{ overview.counts.lineages }}active lineage edges

Recent audit activity

Open audit explorer
{% if recent_audit.warning %}

{{ recent_audit.warning }}

{% endif %} {% for item in recent_audit["items"] %} {% endfor %} {% if not recent_audit["items"] %}{% endif %}
TimeObjectOperationActorName
{{ item.changed_at }} {{ item.euid }} {{ item.operation_type }} {{ item.changed_by or '-' }} {{ item.name or '-' }}
No visible audit activity.
{% endblock %}