mirror of https://github.com/Aidaho12/haproxy-wi
parent
87096ea92f
commit
aae061bc68
|
@ -33,7 +33,7 @@
|
||||||
<tbody>
|
<tbody>
|
||||||
{% for h in history %}
|
{% for h in history %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{h.service[0].upper()}}{{h.service[1:]}}</td>
|
<td>{% if h.service is not none %} {{h.service[0].upper()}}{{h.service[1:]}}{% endif %}</td>
|
||||||
<td>
|
<td>
|
||||||
{% for u in users %}
|
{% for u in users %}
|
||||||
{% if u.user_id == h.user_id %}
|
{% if u.user_id == h.user_id %}
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
<div id="backup_tabs">
|
|
||||||
{% if user_status == 0 or user_plan == 'user' %}
|
{% if user_status == 0 or user_plan == 'user' %}
|
||||||
{% include 'include/no_sub.html' %}
|
{% include 'include/no_sub.html' %}
|
||||||
{% else %}
|
{% else %}
|
||||||
|
@ -74,6 +73,4 @@
|
||||||
<div class="add-note alert addName alert-info" style="width: inherit; margin-right: 15px;">
|
<div class="add-note alert addName alert-info" style="width: inherit; margin-right: 15px;">
|
||||||
You can read the description of all parameters <a href="https://roxy-wi.org/description.py?description=backup" title="Backup description" target="_blank">here</a>
|
You can read the description of all parameters <a href="https://roxy-wi.org/description.py?description=backup" title="Backup description" target="_blank">here</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
|
||||||
|
|
Loading…
Reference in New Issue