Changelog: https://roxy-wi.org/changelog.py#6
pull/321/head v6.0.0.0
Pavel Loginov 2022-05-01 09:45:10 +03:00
parent 87096ea92f
commit aae061bc68
2 changed files with 1 additions and 4 deletions

View File

@ -33,7 +33,7 @@
<tbody>
{% for h in history %}
<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>
{% for u in users %}
{% if u.user_id == h.user_id %}

View File

@ -1,4 +1,3 @@
<div id="backup_tabs">
{% if user_status == 0 or user_plan == 'user' %}
{% include 'include/no_sub.html' %}
{% else %}
@ -74,6 +73,4 @@
<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>
</div>
</div>
{% endif %}
</div>