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
546a4837
Commit
546a4837
authored
Aug 07, 2016
by
Franco Fichtner
Committed by
GitHub
Aug 07, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1119 from pv2b/master
Incorrect units capitalization in proxy form
parents
3973a6ce
c43eaff4
Changes
1
Show 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 @
546a4837
...
@@ -166,25 +166,25 @@
...
@@ -166,25 +166,25 @@
</field>
</field>
<field>
<field>
<id>
proxy.general.traffic.maxDownloadSize
</id>
<id>
proxy.general.traffic.maxDownloadSize
</id>
<label>
Maximum download size (
Kb
)
</label>
<label>
Maximum download size (
kB
)
</label>
<type>
text
</type>
<type>
text
</type>
<help>
<![CDATA[Enter the maxium size for downloads in kilobytes (leave empty to disable).]]>
</help>
<help>
<![CDATA[Enter the maxium size for downloads in kilobytes (leave empty to disable).]]>
</help>
</field>
</field>
<field>
<field>
<id>
proxy.general.traffic.maxUploadSize
</id>
<id>
proxy.general.traffic.maxUploadSize
</id>
<label>
Maximum upload size (
Kb
)
</label>
<label>
Maximum upload size (
kB
)
</label>
<type>
text
</type>
<type>
text
</type>
<help>
<![CDATA[Enter the maxium size for uploads in kilobytes (leave empty to disable).]]>
</help>
<help>
<![CDATA[Enter the maxium size for uploads in kilobytes (leave empty to disable).]]>
</help>
</field>
</field>
<field>
<field>
<id>
proxy.general.traffic.OverallBandwidthTrotteling
</id>
<id>
proxy.general.traffic.OverallBandwidthTrotteling
</id>
<label>
Overall bandwidth throttling (
K
bps)
</label>
<label>
Overall bandwidth throttling (
k
bps)
</label>
<type>
text
</type>
<type>
text
</type>
<help>
<![CDATA[Enter the allowed overall bandtwith in kilobits per second (leave empty to disable).]]>
</help>
<help>
<![CDATA[Enter the allowed overall bandtwith in kilobits per second (leave empty to disable).]]>
</help>
</field>
</field>
<field>
<field>
<id>
proxy.general.traffic.perHostTrotteling
</id>
<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>
<type>
text
</type>
<help>
<![CDATA[Enter the allowed per host bandwidth in kilobits per second (leave empty to disable).]]>
</help>
<help>
<![CDATA[Enter the allowed per host bandwidth in kilobits per second (leave empty to disable).]]>
</help>
</field>
</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