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

<h1>System Info</h1>
<% 
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
%>