mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Bring back showing of default value like previous versions.
This commit is contained in:
parent
4fc1c68f14
commit
ab54ec9f8d
@ -196,6 +196,10 @@ include("head.inc");
|
||||
</td>
|
||||
<td class="listr" align="left" ondblclick="document.location='system_advanced_sysctl.php?act=edit&id=<?=$i;?>';">
|
||||
<?php echo $tunable['value']; ?>
|
||||
<?php
|
||||
if($tunable['value'] == "default")
|
||||
echo "(" . get_default_sysctl_value($tunable['tunable']) . ")";
|
||||
?>
|
||||
</td>
|
||||
<td class="list nowrap">
|
||||
<table border="0" cellspacing="0" cellpadding="1" summary="edit delete">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user