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
615bf01d
Commit
615bf01d
authored
Nov 25, 2015
by
Ad Schellevis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(legacy) event system_gateways_edit.php
parent
7edf57ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
system_gateways_edit.php
src/www/system_gateways_edit.php
+3
-3
No files found.
src/www/system_gateways_edit.php
View file @
615bf01d
...
...
@@ -772,7 +772,7 @@ $( document ).ready(function() {
<tr
class=
"advanced hidden"
>
<td><a
id=
"help_for_avg_delay_samples"
href=
"#"
class=
"showhelp"
><i
class=
"fa fa-info-circle"
></i></a>
<?=
gettext
(
"Avg Delay Replies Qty"
);
?>
</td>
<td>
<input
name=
"avg_delay_samples"
id=
"avg_delay_samples"
type=
"text"
value=
"
<?=
$pconfig
[
'avg_delay_samples'
];
?>
"
onc
lick
=
"calculated_change()"
/>
<input
name=
"avg_delay_samples"
id=
"avg_delay_samples"
type=
"text"
value=
"
<?=
$pconfig
[
'avg_delay_samples'
];
?>
"
onc
hange
=
"calculated_change()"
/>
<input
name=
"avg_delay_samples_calculated"
type=
"checkbox"
id=
"avg_delay_samples_calculated"
value=
"yes"
<?=
!
empty
(
$pconfig
[
'avg_delay_samples_calculated'
])
?
"checked=
\"
checked
\"
"
:
""
;
?>
onclick=
"calculated_change()"
/>
<?=
gettext
(
"Use calculated value."
);
?>
<div
class=
"hidden"
for=
"help_for_avg_delay_samples"
>
...
...
@@ -783,7 +783,7 @@ $( document ).ready(function() {
<tr
class=
"advanced hidden"
>
<td><a
id=
"help_for_avg_loss_samples"
href=
"#"
class=
"showhelp"
><i
class=
"fa fa-info-circle"
></i></a>
<?=
gettext
(
"Avg Packet Loss Probes Qty"
);
?>
</td>
<td>
<input
name=
"avg_loss_samples"
type=
"text"
id=
"avg_loss_samples"
value=
"
<?=
$pconfig
[
'avg_loss_samples'
];
?>
"
onc
lick
=
"calculated_change()"
/>
<input
name=
"avg_loss_samples"
type=
"text"
id=
"avg_loss_samples"
value=
"
<?=
$pconfig
[
'avg_loss_samples'
];
?>
"
onc
hange
=
"calculated_change()"
/>
<input
name=
"avg_loss_samples_calculated"
type=
"checkbox"
id=
"avg_loss_samples_calculated"
value=
"yes"
<?=
!
empty
(
$pconfig
[
'avg_loss_samples_calculated'
])
?
"checked=
\"
checked
\"
"
:
""
;
?>
onclick=
"calculated_change()"
/>
<?=
gettext
(
"Use calculated value."
);
?>
...
...
@@ -795,7 +795,7 @@ $( document ).ready(function() {
<tr
class=
"advanced hidden"
>
<td><a
id=
"help_for_avg_loss_delay_samples"
href=
"#"
class=
"showhelp"
><i
class=
"fa fa-info-circle"
></i></a>
<?=
gettext
(
"Lost Probe Delay"
);
?>
</td>
<td>
<input
name=
"avg_loss_delay_samples"
type=
"text"
id=
"avg_loss_delay_samples"
value=
"
<?=
$pconfig
[
'avg_loss_delay_samples'
];
?>
"
onc
lick
=
"calculated_change()"
/>
<input
name=
"avg_loss_delay_samples"
type=
"text"
id=
"avg_loss_delay_samples"
value=
"
<?=
$pconfig
[
'avg_loss_delay_samples'
];
?>
"
onc
hange
=
"calculated_change()"
/>
<input
name=
"avg_loss_delay_samples_calculated"
type=
"checkbox"
id=
"avg_loss_delay_samples_calculated"
value=
"yes"
<?=
!
empty
(
$pconfig
[
'avg_loss_delay_samples_calculated'
])
?
"checked=
\"
checked
\"
"
:
""
;
?>
onclick=
"calculated_change()"
/>
<?=
gettext
(
"Use calculated value."
);
?>
...
...
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