{% extends 'partials/base.html' %} {% block header %} {% include 'partials/base_header.html' %} {% endblock %} {% block content %}
{% include 'partials/navbar.html' %}

Audit


Recent Audit Log Activity

{% for i in audit %} {% endfor %}
# Name GraphQL Operation GraphQL Query Date
{{loop.index}}. DVGAUser {{i.gqloperation}} {{i.gqlquery}} {{i.timestamp.strftime('%Y-%m-%d %H:%M:%S')}}
{% endblock %} {% block scripts %} {% include 'partials/base_scripts.html' %} {% endblock %}