15 lines
275 B
HTML
15 lines
275 B
HTML
<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]]
|