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' %}