添加判断是否显示图表

This commit is contained in:
2019-05-28 11:29:41 +08:00
parent ee7ddbb1de
commit 182c97fb84
4 changed files with 56 additions and 27 deletions

View File

@@ -21,6 +21,9 @@
<hr/>
<h3><a href="/">录播信息页</a></h3>
{% include 'device.html' %}
{% if show %}
{% include 'status.html' %}
{% endif %}
</div>
</body>
</html>