1
0
mirror of https://github.com/fHDHR/fHDHR_NextPVR.git synced 2025-12-06 10:56:57 -05:00
fHDHR_NextPVR/data/www/templates/diagnostics.html
2020-11-19 08:59:07 -05:00

12 lines
281 B
HTML

{% extends "base.html" %}
{% block content %}
{% for button_item in button_list %}
<div style="text-align: center;">
<p><button onclick="OpenLink('{{ button_item[1] }}')">{{ button_item[0] }}</a></button></p>
</div>
{% endfor %}
{% endblock %}