Netflow, change select to selectpicker style, closes https://github.com/opnsense/core/issues/2380

This commit is contained in:
Ad Schellevis 2018-05-04 09:24:07 +02:00
parent 8ebfd58797
commit aab704c70c

View File

@ -3,7 +3,6 @@
<id>netflow.capture.interfaces</id>
<label>Interfaces</label>
<type>select_multiple</type>
<style>tokenize</style>
<help><![CDATA[Select interface(s) to enable NetFlow on.]]></help>
<hint>Type or select interface.</hint>
</field>
@ -11,7 +10,6 @@
<id>netflow.capture.egress_only</id>
<label>Egress only</label>
<type>select_multiple</type>
<style>tokenize</style>
<help><![CDATA[Select interfaces used for WAN traffic to avoid counting NAT traffic twice.]]></help>
<hint>Type or select interface.</hint>
</field>