add missing template

This commit is contained in:
KF7EEL 2022-09-28 12:21:38 -07:00
parent 1d72354b12
commit daabaed9e5
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
{% extends 'flask_user/_public_base.html' %}
{% block content %}
<p>&nbsp;</p>
<div class="row">
<h1 style="text-align: center;">{{server}}/{{system}}</h1>
<br />
<br />
<h4 style="text-align: center;">Updated every minute.</h4>
<table data-toggle="table" data-pagination="true" data-search="true" >
<thead>
<tr>
<th>Name</th>
<th>TG</th>
<th>Status</th>
</tr>
</thead>
<tbody>
{{table_data}}
</tbody>
</table>
</div>
{% endblock %}