diff options
author | Ted Trask <ttrask01@yahoo.com> | 2010-03-10 15:38:11 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2010-03-10 15:38:11 +0000 |
commit | e742c7f03085ccb24993360d534d54a2f4110f16 (patch) | |
tree | 8fcd628d7ab1203398a7e1822e354bd0d3bd2a9e /health-network-html.lsp | |
parent | 01acf92e551a75dd2122df6e27b57dc94d393fa8 (diff) | |
download | acf-alpine-baselayout-e742c7f03085ccb24993360d534d54a2f4110f16.tar.bz2 acf-alpine-baselayout-e742c7f03085ccb24993360d534d54a2f4110f16.tar.xz |
Added 'ip tunnel' result to health network status.
Diffstat (limited to 'health-network-html.lsp')
-rw-r--r-- | health-network-html.lsp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/health-network-html.lsp b/health-network-html.lsp index 5f9463d..b94707f 100644 --- a/health-network-html.lsp +++ b/health-network-html.lsp @@ -11,3 +11,10 @@ <DL> <pre><%= html.html_escape(view.value.routes.value) %></pre> </DL> + +<% if view.value.tunnel.value ~= "" then %> +<h2>Tunnels</h2> +<DL> +<pre><%= html.html_escape(view.value.tunnel.value) %></pre> +</DL> +<% end %> |