mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-04 14:26:13 -04:00
Revert "ditch tokenizer for static multiselects as discussed https://github.com/opnsense/core/issues/2381#issuecomment-389561854"
This reverts commit 966a6f6355.
This commit is contained in:
parent
3cc1b903ab
commit
35f372be87
16 changed files with 24 additions and 0 deletions
|
|
@ -23,6 +23,7 @@
|
|||
<id>bgp.redistribute</id>
|
||||
<label>Route Redistribution</label>
|
||||
<type>select_multiple</type>
|
||||
<style>tokenize</style>
|
||||
<help><![CDATA[Select other routing sources, which should be redistributed to the other nodes.]]></help>
|
||||
<hint>Type or select a route source.</hint>
|
||||
</field>
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
<field>
|
||||
<id>interface.interfacename</id>
|
||||
<label>Interface</label>
|
||||
<style>tokenize</style>
|
||||
<type>select_multiple</type>
|
||||
<help>Select an interface where this settings apply to.</help>
|
||||
</field>
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
<field>
|
||||
<id>interface.interfacename</id>
|
||||
<label>Interface</label>
|
||||
<style>tokenize</style>
|
||||
<type>select_multiple</type>
|
||||
<help>Select an interface where this settings apply to.</help>
|
||||
</field>
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
<id>ospf.passiveinterfaces</id>
|
||||
<label>Passive Interfaces</label>
|
||||
<type>select_multiple</type>
|
||||
<style>tokenize</style>
|
||||
<help><![CDATA[Select the interfaces, where no OSPF packets should be sent to.]]></help>
|
||||
<hint>Type or select interface.</hint>
|
||||
</field>
|
||||
|
|
@ -23,6 +24,7 @@
|
|||
<id>ospf.redistribute</id>
|
||||
<label>Route Redistribution</label>
|
||||
<type>select_multiple</type>
|
||||
<style>tokenize</style>
|
||||
<help><![CDATA[Select other routing sources, which should be redistributed to the other nodes.]]></help>
|
||||
<hint>Type or select a route source.</hint>
|
||||
</field>
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
<id>ospf6.redistribute</id>
|
||||
<label>Route Redistribution</label>
|
||||
<type>select_multiple</type>
|
||||
<style>tokenize</style>
|
||||
<help><![CDATA[Select other routing sources, which should be redistributed to the other nodes.]]></help>
|
||||
<hint>Type or select a route source.</hint>
|
||||
</field>
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
<id>rip.passiveinterfaces</id>
|
||||
<label>Passive Interfaces</label>
|
||||
<type>select_multiple</type>
|
||||
<style>tokenize</style>
|
||||
<help><![CDATA[Select the interfaces, where no RIP packets should be sent to.]]></help>
|
||||
<hint>Type or select interface.</hint>
|
||||
</field>
|
||||
|
|
@ -22,6 +23,7 @@
|
|||
<id>rip.redistribute</id>
|
||||
<label>Route Redistribution</label>
|
||||
<type>select_multiple</type>
|
||||
<style>tokenize</style>
|
||||
<help><![CDATA[Select other routing sources, which should be redistributed to the other nodes.]]></help>
|
||||
<hint>Type or select a route source.</hint>
|
||||
</field>
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@
|
|||
<id>action.linkedAcls</id>
|
||||
<label>Select conditions</label>
|
||||
<type>select_multiple</type>
|
||||
<style>tokenize</style>
|
||||
<help><![CDATA[Select one or more conditions to be used for this rule.]]></help>
|
||||
</field>
|
||||
<field>
|
||||
|
|
|
|||
|
|
@ -153,6 +153,7 @@
|
|||
<id>backend.stickiness_dataTypes</id>
|
||||
<label>Stored data types</label>
|
||||
<type>select_multiple</type>
|
||||
<style>tokenize</style>
|
||||
<help><![CDATA[This is used to store additional information in the stick-table. It may be used by ACLs in order to control various criteria related to the activity of the client matching the stick-table. Note that this directly impacts memory usage. See the <a target="_blank" href="http://cbonte.github.io/haproxy-dconv/1.8/configuration.html#stick-table">HAProxy documentation</a> for a full description.]]></help>
|
||||
</field>
|
||||
<field>
|
||||
|
|
@ -283,6 +284,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>
|
||||
|
|
@ -294,6 +296,7 @@
|
|||
<id>backend.linkedErrorfiles</id>
|
||||
<label>Select Error Messages</label>
|
||||
<type>select_multiple</type>
|
||||
<style>tokenize</style>
|
||||
<help><![CDATA[Choose error messages to be included in this Backend Pool.]]></help>
|
||||
<hint>Choose error messages.</hint>
|
||||
</field>
|
||||
|
|
|
|||
|
|
@ -223,6 +223,7 @@
|
|||
<id>frontend.stickiness_dataTypes</id>
|
||||
<label>Stored data types</label>
|
||||
<type>select_multiple</type>
|
||||
<style>tokenize</style>
|
||||
<help><![CDATA[This is used to store additional information in the stick-table. It may be used by ACLs in order to control various criteria related to the activity of the client matching the stick-table. Note that this directly impacts memory usage. See the <a target="_blank" href="http://cbonte.github.io/haproxy-dconv/1.8/configuration.html#stick-table">HAProxy documentation</a> for a full description.]]></help>
|
||||
</field>
|
||||
<field>
|
||||
|
|
@ -328,6 +329,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>
|
||||
|
|
@ -339,6 +341,7 @@
|
|||
<id>frontend.linkedErrorfiles</id>
|
||||
<label>Select Error Messages</label>
|
||||
<type>select_multiple</type>
|
||||
<style>tokenize</style>
|
||||
<help><![CDATA[Choose error messages to be included in this Public Service.]]></help>
|
||||
<hint>Choose error messages.</hint>
|
||||
</field>
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
<id>bgp.redistribute</id>
|
||||
<label>Route Redistribution</label>
|
||||
<type>select_multiple</type>
|
||||
<style>tokenize</style>
|
||||
<help><![CDATA[Select other routing sources, which should be redistributed to the other nodes.]]></help>
|
||||
<hint>Type or select a route source.</hint>
|
||||
</field>
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
<field>
|
||||
<id>interface.interfacename</id>
|
||||
<label>Interface</label>
|
||||
<style>tokenize</style>
|
||||
<type>select_multiple</type>
|
||||
<help>Select an interface where this settings apply to.</help>
|
||||
</field>
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
<field>
|
||||
<id>interface.interfacename</id>
|
||||
<label>Interface</label>
|
||||
<style>tokenize</style>
|
||||
<type>select_multiple</type>
|
||||
<help>Select an interface where this settings apply to.</help>
|
||||
</field>
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
<id>ospf.passiveinterfaces</id>
|
||||
<label>Passive Interfaces</label>
|
||||
<type>select_multiple</type>
|
||||
<style>tokenize</style>
|
||||
<help><![CDATA[Select the interfaces, where no OSPF packets should be sent to.]]></help>
|
||||
<hint>Type or select interface.</hint>
|
||||
</field>
|
||||
|
|
@ -23,6 +24,7 @@
|
|||
<id>ospf.redistribute</id>
|
||||
<label>Route Redistribution</label>
|
||||
<type>select_multiple</type>
|
||||
<style>tokenize</style>
|
||||
<help><![CDATA[Select other routing sources, which should be redistributed to the other nodes.]]></help>
|
||||
<hint>Type or select a route source.</hint>
|
||||
</field>
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
<id>ospf6.redistribute</id>
|
||||
<label>Route Redistribution</label>
|
||||
<type>select_multiple</type>
|
||||
<style>tokenize</style>
|
||||
<help><![CDATA[Select other routing sources, which should be redistributed to the other nodes.]]></help>
|
||||
<hint>Type or select a route source.</hint>
|
||||
</field>
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
<id>rip.passiveinterfaces</id>
|
||||
<label>Passive Interfaces</label>
|
||||
<type>select_multiple</type>
|
||||
<style>tokenize</style>
|
||||
<help><![CDATA[Select the interfaces, where no RIP packets should be sent to.]]></help>
|
||||
<hint>Type or select interface.</hint>
|
||||
</field>
|
||||
|
|
@ -22,6 +23,7 @@
|
|||
<id>rip.redistribute</id>
|
||||
<label>Route Redistribution</label>
|
||||
<type>select_multiple</type>
|
||||
<style>tokenize</style>
|
||||
<help><![CDATA[Select other routing sources, which should be redistributed to the other nodes.]]></help>
|
||||
<hint>Type or select a route source.</hint>
|
||||
</field>
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
<id>antivirus.scanfiletypes</id>
|
||||
<label>Scan for filetypes</label>
|
||||
<type>select_multiple</type>
|
||||
<style>tokenize</style>
|
||||
<help>Choose for which file types to scan, if unsure select all.</help>
|
||||
</field>
|
||||
<field>
|
||||
|
|
|
|||
Loading…
Reference in a new issue