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
b218ce7d
Commit
b218ce7d
authored
Aug 24, 2016
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
src: feedback on previous
Suggested by: @fabianfrz
parent
f2caa97d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
TrafficShaper.xml
...e/mvc/app/models/OPNsense/TrafficShaper/TrafficShaper.xml
+2
-2
services_unbound_advanced.php
src/www/services_unbound_advanced.php
+1
-1
No files found.
src/opnsense/mvc/app/models/OPNsense/TrafficShaper/TrafficShaper.xml
View file @
b218ce7d
...
@@ -27,10 +27,10 @@
...
@@ -27,10 +27,10 @@
<default>
Kbit
</default>
<default>
Kbit
</default>
<OptionValues>
<OptionValues>
<bit>
bit/s
</bit>
<bit>
bit/s
</bit>
<Kbit>
K
bit/s
</Kbit>
<Kbit>
k
bit/s
</Kbit>
<Mbit>
Mbit/s
</Mbit>
<Mbit>
Mbit/s
</Mbit>
</OptionValues>
</OptionValues>
<ValidationMessage>
Bandwidth metric should be
one of bit, kbit, Mbit
</ValidationMessage>
<ValidationMessage>
Bandwidth metric should be
either bit/s, kbit/s or Mbit/s
</ValidationMessage>
</bandwidthMetric>
</bandwidthMetric>
<queue
type=
"IntegerField"
>
<queue
type=
"IntegerField"
>
<Required>
N
</Required>
<Required>
N
</Required>
...
...
src/www/services_unbound_advanced.php
View file @
b218ce7d
...
@@ -312,7 +312,7 @@ include_once("head.inc");
...
@@ -312,7 +312,7 @@ include_once("head.inc");
<option
value=
"50000"
<?=
$pconfig
[
'infra_cache_numhosts'
]
==
"50000"
?
"selected=
\"
selected
\"
"
:
""
;
?>
>
50000
</option>
<option
value=
"50000"
<?=
$pconfig
[
'infra_cache_numhosts'
]
==
"50000"
?
"selected=
\"
selected
\"
"
:
""
;
?>
>
50000
</option>
</select>
</select>
<div
class=
"hidden"
for=
"help_for_infra_cache_numhosts"
>
<div
class=
"hidden"
for=
"help_for_infra_cache_numhosts"
>
<?=
gettext
(
"Number of hosts for which information is cached. The default is 10
,
000."
);
?>
<?=
gettext
(
"Number of hosts for which information is cached. The default is 10000."
);
?>
</div>
</div>
</td>
</td>
</tr>
</tr>
...
...
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