diff options
author | Chris PeBenito <cpebenito@tresys.com> | 2006-07-12 20:32:27 +0000 |
---|---|---|
committer | Chris PeBenito <cpebenito@tresys.com> | 2006-07-12 20:32:27 +0000 |
commit | 17de1b790b30095d8dc26ef720d3cc6d0fbdceb5 (patch) | |
tree | 89e24b9b7407840b4b6b56d58c908f1df022f712 /doc/templates/global_tun_list.html | |
parent | b6a9bc355553f05e84f937005f53d39cdad70e27 (diff) |
remove extra level of directory
Diffstat (limited to 'doc/templates/global_tun_list.html')
-rw-r--r-- | doc/templates/global_tun_list.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/templates/global_tun_list.html b/doc/templates/global_tun_list.html new file mode 100644 index 00000000..6ed80133 --- /dev/null +++ b/doc/templates/global_tun_list.html @@ -0,0 +1,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]] |