summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/legacy/log.html
blob: 4659bf0ceeb1ce6abeae5a4595485bc6713525b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{% extends 'commands.html' %}
{% import "bootstrap/wtf.html" as wtf %}

{% set sidebar_state = 'disabled' %}
{% set btn_back = true %}

{% block nav_logs %} active{% endblock %}
{% block nav_logs_log %} active{% endblock %}
{% block content %}

<h1 class="m-5">{{_('Client log')}}</h1>

<pre>{{ log }}</pre>

{% endblock %}