mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
Translate tunables.
This commit is contained in:
parent
901d63cee6
commit
2896c69d0d
@ -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']) . ")" : "";?>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user