{% extends "base_misc.html" %} {% block title %}Audit Log{% endblock %} {% block smallheader %}audit{% endblock %} {% block largeheader %}log{% endblock %} {% block nav1 %}misc{% endblock %} {% block content %} {% if no_git_repo_found %}
No git repository found in {{ nagiosdir }}.
{% endif %} {% if uncommited_files %}Date | Summary | Name | Actions | |||
---|---|---|---|---|---|---|
{{ commit.author_time }} | {{ commit.comment }} | {{ commit.author_name }} | {{ commit.author_email }} | {% if commit_id != commit.hash %} diff {% else %} hide {% endif %} | ||
{% if difflines %}
There is nothing in this commit{% endif %} |