Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
f0f43508
Commit
f0f43508
authored
Aug 05, 2016
by
Per von Zweigbergk
Committed by
Franco Fichtner
Aug 13, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Proxy) Fixed incorrect capitalization of unit names in form
(cherry picked from commit
c43eaff4
)
parent
58cd86cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
main.xml
...pnsense/mvc/app/controllers/OPNsense/Proxy/forms/main.xml
+4
-4
No files found.
src/opnsense/mvc/app/controllers/OPNsense/Proxy/forms/main.xml
View file @
f0f43508
...
...
@@ -166,25 +166,25 @@
</field>
<field>
<id>
proxy.general.traffic.maxDownloadSize
</id>
<label>
Maximum download size (
Kb
)
</label>
<label>
Maximum download size (
kB
)
</label>
<type>
text
</type>
<help>
<![CDATA[Enter the maxium size for downloads in kilobytes (leave empty to disable).]]>
</help>
</field>
<field>
<id>
proxy.general.traffic.maxUploadSize
</id>
<label>
Maximum upload size (
Kb
)
</label>
<label>
Maximum upload size (
kB
)
</label>
<type>
text
</type>
<help>
<![CDATA[Enter the maxium size for uploads in kilobytes (leave empty to disable).]]>
</help>
</field>
<field>
<id>
proxy.general.traffic.OverallBandwidthTrotteling
</id>
<label>
Overall bandwidth throttling (
K
bps)
</label>
<label>
Overall bandwidth throttling (
k
bps)
</label>
<type>
text
</type>
<help>
<![CDATA[Enter the allowed overall bandtwith in kilobits per second (leave empty to disable).]]>
</help>
</field>
<field>
<id>
proxy.general.traffic.perHostTrotteling
</id>
<label>
Per host bandwidth throttling (
K
bps)
</label>
<label>
Per host bandwidth throttling (
k
bps)
</label>
<type>
text
</type>
<help>
<![CDATA[Enter the allowed per host bandwidth in kilobits per second (leave empty to disable).]]>
</help>
</field>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment