diff options
Diffstat (limited to 'labbot/addons/dashboard/templates/log.html')
-rw-r--r-- | labbot/addons/dashboard/templates/log.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/labbot/addons/dashboard/templates/log.html b/labbot/addons/dashboard/templates/log.html new file mode 100644 index 0000000..441bdd3 --- /dev/null +++ b/labbot/addons/dashboard/templates/log.html @@ -0,0 +1,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 %}
\ No newline at end of file |