mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
Patch traffic shaper texts (#5420)
This commit is contained in:
parent
784ebd8d27
commit
894e86c624
@ -29,7 +29,7 @@
|
||||
<type>dropdown</type>
|
||||
<help><![CDATA[Dynamic pipe creation by source or destination address.
|
||||
<li>Choose destination to give every IP in destination field of rules the specified bandwith. A pipe with 1Mbit e.g. would let 3 clients lend 1Mbit each so 3Mbit max. Normally this is used for download pipes.</li>
|
||||
<li>Choose source to give every IP in the source field of rules the specified bandwith. Normally this is used for download pipes.</li>
|
||||
<li>Choose source to give every IP in the source field of rules the specified bandwith. Normally this is used for upload pipes.</li>
|
||||
<li>Leave this value empty if you want to create a pipe with a fixed bandwith.</li>
|
||||
]]></help>
|
||||
</field>
|
||||
|
||||
@ -71,6 +71,6 @@
|
||||
<id>queue.description</id>
|
||||
<label>Description</label>
|
||||
<type>text</type>
|
||||
<help>Description to identify this pipe.</help>
|
||||
<help>Description to identify this queue.</help>
|
||||
</field>
|
||||
</form>
|
||||
|
||||
@ -25,8 +25,9 @@
|
||||
</field>
|
||||
<field>
|
||||
<id>rule.proto</id>
|
||||
<label>Proto</label>
|
||||
<label>Protocol</label>
|
||||
<type>dropdown</type>
|
||||
<help>Select the applicable protocol</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>rule.iplen</id>
|
||||
@ -99,5 +100,6 @@
|
||||
<id>rule.description</id>
|
||||
<label>Description</label>
|
||||
<type>text</type>
|
||||
<help>Description to identify this rule.</help>
|
||||
</field>
|
||||
</form>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user