doorlockd: display: add autorefresh interval

10 minutes sounds reasonable

Signed-off-by: Ralf Ramsauer <ralf@binary-kitchen.de>
This commit is contained in:
Ralf Ramsauer 2018-03-23 22:13:32 +00:00
parent 010563dab4
commit b0f4e82914
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
{% extends "layout.html" %}
{% block head %}
{{ super() }}
<meta http-equiv="refresh" content="600">
{% endblock %}
{% block scripts %}
{{ super() }}
<script type="text/javascript" src="static/socket.io.slim.js"></script>