mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
This commit is contained in:
parent
f72797d269
commit
159400a714
@ -31,7 +31,9 @@
|
||||
<field>
|
||||
<id>rule.source</id>
|
||||
<label>source</label>
|
||||
<type>text</type>
|
||||
<type>select_multiple</type>
|
||||
<style>tokenize</style>
|
||||
<allownew>true</allownew>
|
||||
<help>source ip or network, examples 10.0.0.0/24, 10.0.0.1</help>
|
||||
</field>
|
||||
<field>
|
||||
@ -49,7 +51,9 @@
|
||||
<field>
|
||||
<id>rule.destination</id>
|
||||
<label>destination</label>
|
||||
<type>text</type>
|
||||
<type>select_multiple</type>
|
||||
<style>tokenize</style>
|
||||
<allownew>true</allownew>
|
||||
<help>destination ip or network, examples 10.0.0.0/24, 10.0.0.1</help>
|
||||
</field>
|
||||
<field>
|
||||
|
||||
@ -277,6 +277,7 @@
|
||||
<Required>Y</Required>
|
||||
<FieldSeparator>,</FieldSeparator>
|
||||
<default>any</default>
|
||||
<asList>Y</asList>
|
||||
</source>
|
||||
<source_not type="BooleanField">
|
||||
<default>0</default>
|
||||
@ -291,6 +292,7 @@
|
||||
<Required>Y</Required>
|
||||
<FieldSeparator>,</FieldSeparator>
|
||||
<default>any</default>
|
||||
<asList>Y</asList>
|
||||
</destination>
|
||||
<destination_not type="BooleanField">
|
||||
<default>0</default>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user