mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
ditch tokenizer for static multiselects as discussed https://github.com/opnsense/core/issues/2381#issuecomment-389561854
This commit is contained in:
parent
c358e3ec72
commit
701b3812f3
17 changed files with 0 additions and 25 deletions
|
|
@ -23,7 +23,6 @@
|
|||
<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,7 +7,6 @@
|
|||
<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,7 +7,6 @@
|
|||
<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,7 +16,6 @@
|
|||
<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>
|
||||
|
|
@ -24,7 +23,6 @@
|
|||
<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,7 +9,6 @@
|
|||
<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,7 +15,6 @@
|
|||
<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>
|
||||
|
|
@ -23,7 +22,6 @@
|
|||
<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,7 +25,6 @@
|
|||
<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>
|
||||
|
|
|
|||
|
|
@ -92,7 +92,6 @@
|
|||
<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>
|
||||
|
|
@ -223,7 +222,6 @@
|
|||
<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>
|
||||
|
|
@ -235,7 +233,6 @@
|
|||
<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,7 +223,6 @@
|
|||
<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>
|
||||
|
|
@ -329,7 +328,6 @@
|
|||
<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>
|
||||
|
|
@ -341,7 +339,6 @@
|
|||
<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,7 +23,6 @@
|
|||
<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,7 +7,6 @@
|
|||
<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,7 +7,6 @@
|
|||
<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,7 +16,6 @@
|
|||
<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>
|
||||
|
|
@ -24,7 +23,6 @@
|
|||
<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,7 +9,6 @@
|
|||
<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,7 +15,6 @@
|
|||
<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>
|
||||
|
|
@ -23,7 +22,6 @@
|
|||
<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>
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@
|
|||
<id>relayd.table.hosts</id>
|
||||
<label>Hosts</label>
|
||||
<type>select_multiple</type>
|
||||
<style>tokenize</style>
|
||||
<help><![CDATA[
|
||||
This is a list with backend hosts]]>
|
||||
</help>
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@
|
|||
<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