Patch traffic shaper texts (#5420)

This commit is contained in:
Northguy 2021-12-19 19:31:57 +01:00 committed by GitHub
parent 784ebd8d27
commit 894e86c624
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>