This commit is contained in:
Ulrich Knechtelsdorfer
2016-07-03 20:32:19 +02:00
13 changed files with 230 additions and 41 deletions

View File

@@ -6,6 +6,11 @@
<meta charset="utf-8">
<meta name="viewport" content="width=500">
<!--<meta name="viewport" content="width=device-width, initial-scale=1.0">-->
<meta Http-Equiv="Cache-Control" Content="no-cache">
<meta Http-Equiv="Pragma" Content="no-cache">
<meta Http-Equiv="Expires" Content="0">
<meta Http-Equiv="Pragma-directive: no-cache">
<meta Http-Equiv="Cache-directive: no-cache">
<link rel="stylesheet" type="text/css" href="/static/style.css">
{% if title %}
<title> {{ title }} - Baroness </title>

View File

@@ -17,7 +17,7 @@
{% set fils = "log_%s.png" % sensor.id %}
<img src="{{ url_for('static', filename=fils) }}" /><br>
</div>
{% endfor %}b
{% endfor %}
</div>
</div>
{% endfor %}