{% extends "base.html" %} {% block title %}History{% endblock %} {% block content %}
Complete audit trail of all data operations
| Time | Dataset | Action | Details |
|---|---|---|---|
| {{ item.timestamp[:19] }} | {{ item.dataset_name }} | {{ item.action }} | {{ item.details }} |
Your operation history will appear here once you start using the platform.
Get Started