From a852d63129bdf6c1984713de0a9372a04c85159c Mon Sep 17 00:00:00 2001 From: Pavel Loginov Date: Fri, 1 Jan 2021 13:27:16 +0600 Subject: [PATCH] v4.5.6.0 Changelog: https://haproxy-wi.org/changelog.py#4_5_6 --- app/templates/add.html | 33 ++++++++++++++++++++++++++++++--- inc/add.js | 19 +++++++++++++++---- 2 files changed, 45 insertions(+), 7 deletions(-) diff --git a/app/templates/add.html b/app/templates/add.html index 530837ed..6788bbd7 100644 --- a/app/templates/add.html +++ b/app/templates/add.html @@ -132,7 +132,7 @@ {% set values = {'2':'Redirect to','3':'Allow','4':'Deny'} %} {{ select('listener_acl_then', name='acl_then', values=values, first='Choose action', class='force_close', disabled=false) }} value - {{ input('frontend_acl_then_value', name='acl_then_value', title="Required if \'then\' is \'Use backend\' or \'Redirect\'") }} + {{ input('listener_acl_then_value', name='acl_then_value', title="Required if \'then\' is \'Use backend\' or \'Redirect\'") }}

@@ -496,6 +496,31 @@ + + ACL: + + + + + + + + Web acceleration(?): @@ -618,7 +643,7 @@ - + @@ -926,7 +951,8 @@
- In this section you can create and edit black and white lists. And after use them in the HAProxy configs or in the "Add proxy" pages + In this section you can create and edit black and white lists. And after use them in the HAProxy configs or in the "Add proxy" pages. Read how to use it in this + article
+{% include 'include/del_confirm.html' %}