Commit 6374e846 authored by Ad Schellevis's avatar Ad Schellevis

(ids) small ui changes

parent 08c1e186
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<id>rule.geoip_direction</id> <id>rule.geoip_direction</id>
<label>GeoIP/Direction</label> <label>GeoIP/Direction</label>
<type>dropdown</type> <type>dropdown</type>
<help>Connections coming from (src) or going to (dst) listed countries, default (none) selects both </help> <help>Connections coming from (src) or going to (dst) listed countries, default selects both </help>
</field> </field>
<field> <field>
<id>rule.action</id> <id>rule.action</id>
......
...@@ -43,10 +43,11 @@ ...@@ -43,10 +43,11 @@
</geoip> </geoip>
<geoip_direction type="OptionField"> <geoip_direction type="OptionField">
<Required>N</Required> <Required>N</Required>
<BlankDesc>Both</BlankDesc>
<default></default> <default></default>
<OptionValues> <OptionValues>
<src>source</src> <src>Source</src>
<dst>destination</dst> <dst>Destination</dst>
</OptionValues> </OptionValues>
</geoip_direction> </geoip_direction>
<description type="TextField"> <description type="TextField">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment