aboutsummaryrefslogtreecommitdiff
blob: 6ed801336e76079f2349dc22df365832e715b270 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<h3>Global tunables:</h3>

[[for tun in tunables]]
<div id="interface">
<div id="codeblock">[[tun['tun_name']]]</div>
<div id="description">
<h5>Default value</h5>
<p>[[tun['def_val']]]</p>
[[if tun['desc']]]
<h5>Description</h5>
[[tun['desc']]]
[[end]]
</div></div>
[[end]]