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

<%
local header_level = htmlviewfunctions.displaysectionstart(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
htmlviewfunctions.displaysectionend(header_level)
%>