aboutsummaryrefslogtreecommitdiff
path: root/labbot/addons/dashboard/templates/log.html
blob: 441bdd31eb77566943b3875e5083c4d7bb99929c (plain)
1
2
3
4
5
6
7
8
9
{% extends "base.html" %}
{% block content %}

  <div class="d-flex justify-content-between flex-wrap flex-md-nowrap align-items-center pt-3 pb-2 mb-3 border-bottom">
    <h1 class="h2">Log</h1>
  </div>

    <pre class="log">{{bot.log}}</pre>
{% endblock %}