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
9e08bbcf
Commit
9e08bbcf
authored
May 12, 2015
by
Ad Schellevis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(proxy) remove some quotes from validation messages
parent
1525bea9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
Proxy.xml
src/opnsense/mvc/app/models/OPNsense/Proxy/Proxy.xml
+12
-12
No files found.
src/opnsense/mvc/app/models/OPNsense/Proxy/Proxy.xml
View file @
9e08bbcf
...
...
@@ -12,7 +12,7 @@
<icpPort
type=
"IntegerField"
>
<MinimumValue>
1
</MinimumValue>
<MaximumValue>
65535
</MaximumValue>
<ValidationMessage>
"ICP port needs to be an integer value between 1 and 65535"
</ValidationMessage>
<ValidationMessage>
ICP port needs to be an integer value between 1 and 65535
</ValidationMessage>
<Required>
N
</Required>
</icpPort>
<logging>
...
...
@@ -76,19 +76,19 @@
<size
type=
"IntegerField"
>
<default>
100
</default>
<MinimumValue>
1
</MinimumValue>
<ValidationMessage>
"Specify a positive cache size. (number of MB's)"
</ValidationMessage>
<ValidationMessage>
Specify a positive cache size. (number of MB's)
</ValidationMessage>
<Required>
Y
</Required>
</size>
<l1
type=
"IntegerField"
>
<default>
16
</default>
<MinimumValue>
1
</MinimumValue>
<ValidationMessage>
"Specify a positive number of first-level subdirectories."
</ValidationMessage>
<ValidationMessage>
Specify a positive number of first-level subdirectories.
</ValidationMessage>
<Required>
Y
</Required>
</l1>
<l2
type=
"IntegerField"
>
<default>
256
</default>
<MinimumValue>
1
</MinimumValue>
<ValidationMessage>
"Specify a positive number of second-level subdirectories."
</ValidationMessage>
<ValidationMessage>
Specify a positive number of second-level subdirectories.
</ValidationMessage>
<Required>
Y
</Required>
</l2>
</local>
...
...
@@ -101,25 +101,25 @@
<maxDownloadSize
type=
"IntegerField"
>
<default>
2048
</default>
<MinimumValue>
1
</MinimumValue>
<ValidationMessage>
"Specify the maximum download size. (number of KB's)"
</ValidationMessage>
<ValidationMessage>
Specify the maximum download size. (number of KB's)
</ValidationMessage>
<Required>
N
</Required>
</maxDownloadSize>
<maxUploadSize
type=
"IntegerField"
>
<default>
1024
</default>
<MinimumValue>
1
</MinimumValue>
<ValidationMessage>
"Specify the maximum upload size. (number of KB's)"
</ValidationMessage>
<ValidationMessage>
Specify the maximum upload size. (number of KB's)
</ValidationMessage>
<Required>
N
</Required>
</maxUploadSize>
<OverallBandwidthTrotteling
type=
"IntegerField"
>
<default>
1024
</default>
<MinimumValue>
1
</MinimumValue>
<ValidationMessage>
"Specify the overall bandwidth for downloads in kilobits per second."
</ValidationMessage>
<ValidationMessage>
Specify the overall bandwidth for downloads in kilobits per second.
</ValidationMessage>
<Required>
N
</Required>
</OverallBandwidthTrotteling>
<perHostTrotteling
type=
"IntegerField"
>
<default>
256
</default>
<MinimumValue>
1
</MinimumValue>
<ValidationMessage>
"Specify the per host bandwidth for downloads in kilobits per second."
</ValidationMessage>
<ValidationMessage>
Specify the per host bandwidth for downloads in kilobits per second.
</ValidationMessage>
<Required>
N
</Required>
</perHostTrotteling>
</traffic>
...
...
@@ -132,7 +132,7 @@
<default>
3128
</default>
<MinimumValue>
1
</MinimumValue>
<MaximumValue>
65535
</MaximumValue>
<ValidationMessage>
"Proxy port needs to be an integer value between 1 and 65535"
</ValidationMessage>
<ValidationMessage>
Proxy port needs to be an integer value between 1 and 65535
</ValidationMessage>
<Required>
Y
</Required>
</port>
<ftpInterfaces
type=
"CSVListField"
>
...
...
@@ -142,7 +142,7 @@
<default>
2121
</default>
<MinimumValue>
1
</MinimumValue>
<MaximumValue>
65535
</MaximumValue>
<ValidationMessage>
"FTP Proxy port needs to be an integer value between 1 and 65535"
</ValidationMessage>
<ValidationMessage>
FTP Proxy port needs to be an integer value between 1 and 65535
</ValidationMessage>
<Required>
Y
</Required>
</ftpPort>
<ftpTransparentMode
type=
"BooleanField"
>
...
...
@@ -204,13 +204,13 @@
<credentialsttl
type=
"IntegerField"
>
<default>
2
</default>
<MinimumValue>
1
</MinimumValue>
<ValidationMessage>
"Credentials TTL needs to be an integer value above 0"
</ValidationMessage>
<ValidationMessage>
Credentials TTL needs to be an integer value above 0
</ValidationMessage>
<Required>
N
</Required>
</credentialsttl>
<children
type=
"IntegerField"
>
<default>
5
</default>
<MinimumValue>
1
</MinimumValue>
<ValidationMessage>
"Number of children needs to be an integer value above 0"
</ValidationMessage>
<ValidationMessage>
Number of children needs to be an integer value above 0
</ValidationMessage>
<Required>
N
</Required>
</children>
</authentication>
...
...
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