mirror of
https://github.com/fHDHR/fHDHR_NextPVR.git
synced 2025-12-06 05:26:57 -05:00
Update Origin_web
This commit is contained in:
parent
32252e34c9
commit
93e07fd771
@ -4,17 +4,18 @@
|
||||
|
||||
<h4 style="text-align: center;">{{ fhdhr.config.dict["main"]["servicename"] }} Status</h4>
|
||||
|
||||
<table class="center" style="width:50%">
|
||||
<tr>
|
||||
<th></th>
|
||||
<th></th>
|
||||
</tr>
|
||||
|
||||
<div class="container">
|
||||
<table class="table-medium center">
|
||||
<tbody>
|
||||
{% for key in list(origin_status_dict.keys()) %}
|
||||
<tr>
|
||||
<td>{{ key }}</td>
|
||||
<td>{{ origin_status_dict[key] }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user