Bring back showing of default value like previous versions.

This commit is contained in:
Chris Buechler 2015-01-11 19:33:46 -06:00
parent 4fc1c68f14
commit ab54ec9f8d

View File

@ -196,6 +196,10 @@ include("head.inc");
</td>
<td class="listr" align="left" ondblclick="document.location='system_advanced_sysctl.php?act=edit&amp;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">