mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
net/haproxy: bring back tokenizer, refs #2381
(cherry picked from commitc966d83c59) (cherry picked from commit1b34c1d80a)
This commit is contained in:
parent
24ca8c5892
commit
60020d9ae9
3 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
PLUGIN_NAME= haproxy
|
||||
PLUGIN_VERSION= 2.7
|
||||
PLUGIN_REVISION= 1
|
||||
PLUGIN_REVISION= 2
|
||||
PLUGIN_COMMENT= Reliable, high performance TCP/HTTP load balancer
|
||||
PLUGIN_DEPENDS= haproxy-devel
|
||||
PLUGIN_MAINTAINER= opnsense@moov.de
|
||||
|
|
|
|||
|
|
@ -283,6 +283,7 @@
|
|||
<id>backend.linkedActions</id>
|
||||
<label>Select Rules</label>
|
||||
<type>select_multiple</type>
|
||||
<style>tokenize</style>
|
||||
<help><![CDATA[Choose rules to be included in this Backend Pool.]]></help>
|
||||
<hint>Choose rules.</hint>
|
||||
</field>
|
||||
|
|
|
|||
|
|
@ -328,6 +328,7 @@
|
|||
<id>frontend.linkedActions</id>
|
||||
<label>Select Rules</label>
|
||||
<type>select_multiple</type>
|
||||
<style>tokenize</style>
|
||||
<help><![CDATA[Choose rules to be included in this Public Service.]]></help>
|
||||
<hint>Choose rules.</hint>
|
||||
</field>
|
||||
|
|
|
|||
Loading…
Reference in a new issue