12 lines
212 B
HTML
12 lines
212 B
HTML
<h3>Global tunables:</h3>
|
|
|
|
[[for tun in tunables]]
|
|
<div id="interfacesmall">
|
|
<h4>[[tun['tun_name']]]</h4>
|
|
<p>Default Value: [[tun['def_val']]]</p>
|
|
[[if tun['desc']]]
|
|
<p>[[tun['desc']]]</p>
|
|
[[end]]
|
|
</div>
|
|
[[end]]
|