From 6d26b47521e300eb8f502ebb3eeb84d6f464079f Mon Sep 17 00:00:00 2001 From: Pavel Loginov Date: Wed, 18 Aug 2021 14:38:15 +0600 Subject: [PATCH] v5.2.4.0 Changelog: https://haproxy-wi.org/changelog.py#5_2_4 --- app/templates/add.html | 16 +++++++++------- app/templates/ovw.html | 42 ++++++++++++++++++++++-------------------- inc/add.js | 2 +- 3 files changed, 32 insertions(+), 28 deletions(-) diff --git a/app/templates/add.html b/app/templates/add.html index c179a430..a2356608 100644 --- a/app/templates/add.html +++ b/app/templates/add.html @@ -794,7 +794,7 @@ In this section you can create, edit and delete options with given parameters. And after use them as autocomplete in the "Add" sections
- How to use pre saved option you can see in + How to use pre-saved option you can see in this video @@ -849,8 +849,8 @@ In this section you can create, edit and delete servers. And after use them as autocomplete in the "Add" sections
- How to use pre saved servers you can see in - + How to use pre-saved servers you can see in + this video
@@ -945,16 +945,17 @@ In this section you can create userlists. And after use them in the "Add" sections
- How to use userlists you can read + Read here + How to use userlists
- + - - - @@ -256,7 +258,7 @@ Prometheus {% else %} - + Prometheus {% endif %} @@ -309,33 +311,33 @@ - + {% else %} - + {% endif %} {% endfor %} @@ -361,19 +363,19 @@ - + {% else %} - + {% endif %} {% endfor %} @@ -389,9 +391,9 @@ {% for role in roles %} - + diff --git a/inc/add.js b/inc/add.js index e4c8be63..4c433fca 100644 --- a/inc/add.js +++ b/inc/add.js @@ -1700,7 +1700,7 @@ function addProxy(form_name) { toastr.error('error: Proxy cannot be empty'); } else { toastr.clear(); - toastr.success('Section: ' + data + 'has been added. Do not forget restart server'); + toastr.success('Section: ' + data + 'has been added. Do not forget to restart the server'); var ip = frm.find('select[name=serv]').val(); localStorage.setItem('restart', ip); resetProxySettings();

Add Peers

Add Peer

Select server: @@ -995,7 +996,7 @@
- Add Peers + Add Peer Generate config @@ -1012,10 +1013,11 @@ hostname for master server as peer server name. Otherwise peers will not work
- How to use peers you can read + Read here + How to use peers
diff --git a/app/templates/ovw.html b/app/templates/ovw.html index 96c28d19..81c4c613 100644 --- a/app/templates/ovw.html +++ b/app/templates/ovw.html @@ -28,18 +28,20 @@ Server {% endif %}
+ HAProxy + Nginx - Keepalived + + + Keepalived + @@ -247,7 +249,7 @@ Grafana {% else %} - + Grafana {% endif %}
- {{ USER.1 }} + {{ USER.username }} {% for group in users_groups %} - {% if USER.0|string() == group.0|string() %} - {{ group.1 }} + {% if USER.user_id|string() == group.user_id|string() %} + {{ group.groups.name }} {% endif %} {% endfor %} {{ USER.4 }}{{ USER.role }}
- {{ group.1 }} + {{ group.name }} {{ group.2 }}{{ group.description }}
- {{ role.1 }} + {{ role.name }} {{ role.2 }}{{ role.description }}