From 8ff321306514c1460e3dabf94eb2f9be96f2f2b0 Mon Sep 17 00:00:00 2001 From: Pavel Loginov Date: Wed, 11 Aug 2021 11:37:36 +0600 Subject: [PATCH] v5.2.3.0 Changelog: https://haproxy-wi.org/changelog.py#5_2_3 --- app/create_db.py | 2 +- app/templates/add.html | 18 ++++++------------ app/templates/ajax/show_user_groups.html | 2 +- app/templates/include/admins_dialogs.html | 18 +++++++++--------- app/templates/include/tr_validate_tips.html | 2 +- app/templates/viewstats.html | 2 +- inc/script.js | 3 ++- 7 files changed, 21 insertions(+), 26 deletions(-) diff --git a/app/create_db.py b/app/create_db.py index 7dfea157..98d404a9 100644 --- a/app/create_db.py +++ b/app/create_db.py @@ -117,7 +117,7 @@ def default_values(): out_error(e) try: - Groups.insert(name='All', description='All servers enter in this group').on_conflict_ignore().execute() + Groups.insert(name='All', description='All servers are included in this group by default').on_conflict_ignore().execute() except Exception as e: out_error(e) diff --git a/app/templates/add.html b/app/templates/add.html index 9eb4b601..c179a430 100644 --- a/app/templates/add.html +++ b/app/templates/add.html @@ -672,7 +672,7 @@ View certificates - Existing certificates + Uploaded certificates @@ -695,7 +695,7 @@ Certificate name - Paste certificate content here(?) + Paste the contents of the certificate file @@ -719,15 +719,9 @@ - - - + + + @@ -746,7 +740,7 @@ {{ input('lets_email') }}

Let's Encrypt

- Server - - Domain name - - E-mail - ServerDomain nameE-mail
- +
diff --git a/app/templates/ajax/show_user_groups.html b/app/templates/ajax/show_user_groups.html index 99b7a80c..117d2942 100644 --- a/app/templates/ajax/show_user_groups.html +++ b/app/templates/ajax/show_user_groups.html @@ -54,7 +54,7 @@ - + @@ -99,7 +99,7 @@ \ No newline at end of file diff --git a/app/templates/viewstats.html b/app/templates/viewstats.html index dffd3683..cacb6eb6 100644 --- a/app/templates/viewstats.html +++ b/app/templates/viewstats.html @@ -36,7 +36,7 @@
- Please choose a server + Select a server
Choose groupsSelect one or more groups Group Group
- Credentials for remote server + Credentials for a remote server * diff --git a/app/templates/include/tr_validate_tips.html b/app/templates/include/tr_validate_tips.html index 26721909..d27d635e 100644 --- a/app/templates/include/tr_validate_tips.html +++ b/app/templates/include/tr_validate_tips.html @@ -1,7 +1,7 @@

- Form fields tag "*" are required. + Fields marked "*" are required.