Translate tunables.

This commit is contained in:
Alexander Shursha 2018-06-06 11:16:11 +03:00 committed by Franco Fichtner
parent 901d63cee6
commit 2896c69d0d

View File

@ -169,7 +169,7 @@ $( document ).ready(function() {
foreach ($a_tunable as $tunable) :?>
<tr>
<td><?=$tunable['tunable']; ?></td>
<td><?=$tunable['descr']; ?></td>
<td><?=gettext($tunable['descr']); ?></td>
<td>
<?=$tunable['value']; ?>
<?=$tunable['value'] == "default" ? "(" . get_default_sysctl_value($tunable['tunable']) . ")" : "";?>