Changelog: https://roxy-wi.org/changelog#6_3_5
pull/355/head
Aidaho 2023-02-14 10:49:18 +03:00
parent df04d52eab
commit c3b1186689
3 changed files with 1 additions and 23 deletions

View File

@ -282,6 +282,7 @@ def get_user_lang() -> str:
return user_lang
def return_user_status() -> dict:
user_subscription = {}
user_subscription.setdefault('user_status', sql.select_user_status())

View File

@ -114,23 +114,6 @@
</table>
<br /><span class="add-button" title="{{lang.words.add|title()}} {{lang.words.w_a}} {{lang.words.new}} {{lang.words.backup}} {{lang.words.job}}" id="add-backup-button">+ {{lang.words.add|title()}} {{lang.words.backup}}</span>
<br /><br />
<table class="overview" id="ajax-backup-s3-table">
<thead>
<caption><h3>S3</h3></caption>
<tr class="overviewHead">
<td class="padding10 first-collumn">{{lang.words.servers|title()}}</td>
<td class="padding10">S3 {{lang.words.server}}</td>
<td class="padding10">{{lang.words.bucket|title()}}</td>
<td class="padding10">{{lang.words.period|title()}}</td>
<td class="padding10">{{lang.words.desc|title()}}</td>
<td style="margin-left: 5px;"></td>
<td></td>
</tr>
</thead>
<tbody id="tbody-s3"></tbody>
</table>
<br /><span class="add-button" title="{{lang.words.add|title()}} {{lang.words.w_a}} {{lang.words.new}} S3 {{lang.words.backup}} {{lang.words.job}}" id="add-backup-s3-button">+ {{lang.words.add|title()}} {{lang.words.backup}}</span>
<br /><br />
<div id="ajax-backup"></div>
<div class="add-note alert addName alert-info" style="width: inherit; margin-right: 15px;">
{{lang.phrases.read_about_parameters}} <a href="https://roxy-wi.org/description/backup" title="{{lang.words.backup|title()}} {{lang.words.desc}}" target="_blank">{{lang.words.here}}</a>

View File

@ -255,12 +255,6 @@
</tr>
</table>
</div>
<div id="s3-backup-add-table" style="display: none;">
<table class="overview" id="s3-backup-add-table-overview" title="{{lang.words.add|title()}} {{lang.words.w_a}} {{lang.words.new}} S3 {{lang.words.backup}}">
{% include 'include/tr_validate_tips.html' %}
{% include 'include/add_s3_backup.html' %}
</table>
</div>
<div id="git-add-table" style="display: none;">
<table class="overview" id="git-add-table-overview" title="{{lang.words.add|title()}} {{lang.words.w_a}} {{lang.words.new}} git {{lang.words.job}}">
{% include 'include/tr_validate_tips.html' %}