From 6cb81369aeeed1c922d295e66362dec5970380ca Mon Sep 17 00:00:00 2001 From: Pavel Loginov Date: Fri, 31 Jul 2020 16:36:03 +0200 Subject: [PATCH] v4.4.0.0 Changelog: https://haproxy-wi.org/changelog.py#4_4 --- app/templates/add.html | 28 +++++++++++++++++----------- inc/style.css | 3 +++ 2 files changed, 20 insertions(+), 11 deletions(-) diff --git a/app/templates/add.html b/app/templates/add.html index 887507e2..bb705f05 100644 --- a/app/templates/add.html +++ b/app/templates/add.html @@ -38,7 +38,7 @@ h3 { {% endfor %} -
Note: If you reconfigure Master server, Slave will reconfigured automatically
+
Note: If you re-configure the master server, the slave server will re-configured automatically
A "listen" section defines a complete proxy with its frontend and backend parts combined in one section. It is generally useful for TCP-only traffic. @@ -65,7 +65,10 @@ h3 { {{ input('ip', placeholder="Any", size='15') }}: {{ input('listen-port', name='port', type="number", title="Port for bind listen", placeholder="8080", size='5', required='required') }} -
IP for bind listner, if empty will be assignet on all IPs. Start typing ip, or press down.
If you use VRRP keep in blank. If you assign an IP, the slave will not start
+
+ IP for bind listener, if empty will be assigned on all IPs. + Start typing IP, or press down.
If you are using VRRP, leave the IP field blank. If you assign an IP, the slave server will not start +
@@ -230,7 +233,7 @@ h3 { {% endfor %} -
Note: If you reconfigure Master server, Slave will reconfigured automatically
+
Note: If you re-configure the master server, the slave server will re-configured automatically
A "frontend" section describes a set of listening sockets accepting client connections. @@ -257,7 +260,10 @@ h3 { : -
IP for bind listner, if empty will be assignet on all IPs. Start typing ip, or press down.
If you use VRRP keep in blank. If you assign an IP, the slave will not start
+
+ IP for bind listener, if empty will be assigned on all IPs. + Start typing IP, or press down.
If you are using VRRP, leave the IP field blank. If you assign an IP, the slave server will not start +
@@ -340,7 +346,7 @@ h3 {
Start typing backend, or press down
{{ input('backends', name='backends', placeholder="some_backend", size='30') }} . -

Note: If backend don't exist, you have to create backend first.

+

Note: If backend doesn't exist, you must first create a new backend.

@@ -371,7 +377,7 @@ h3 { {% endfor %} -
Note: If you reconfigure Master server, Slave will reconfigured automatically
+
Note: If you re-configure the master server, the slave server will reconfigured automatically
A "backend" section describes a set of servers to which the proxy will connect to forward incoming connections. @@ -521,7 +527,7 @@ h3 { View certificates - Exist certificates + Existing certificates @@ -751,8 +757,8 @@ h3 { - - + +
Server for uploadNew black listExists black listsNew blacklistExisting blacklists
@@ -780,8 +786,8 @@ h3 { - - + +
Server for uploadNew white listExists white listsNew whitelistExisting whitelists
diff --git a/inc/style.css b/inc/style.css index 8e917fa2..c6c7fcb9 100644 --- a/inc/style.css +++ b/inc/style.css @@ -631,6 +631,9 @@ ul{ .ui-selectmenu-open, .ui-selectmenu-menu { z-index: 1010 !important; } +.ui-widget.ui-widget-content { + border-bottom: none !important; +} .need-field { color: red; }