summaryrefslogtreecommitdiffstats
path: root/interfaces-status-html.lsp
blob: 18ce7f2cc8fe560dd9a37c9bf5394280faafb5c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<% local view, viewlibrary, page_info, session = ... %>
<% htmlviewfunctions = require("htmlviewfunctions") %>

<% 
htmlviewfunctions.displayheader(view, page_info)
htmlviewfunctions.displayitem(view.value.filename)
htmlviewfunctions.displayitem(view.value.ipaddr)
htmlviewfunctions.displayitem(view.value.iproute)
if view.value.iptunnel.value ~= "" then
	htmlviewfunctions.displayitem(view.value.iptunnel)
end
%>