summaryrefslogtreecommitdiffstats
path: root/shorewall-details-html.lsp
blob: e3fca74206b082baaef16ffe0657a75ed24b49da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<% local data, viewlibrary = ... 
html = require("acf.html")
%>

<% if viewlibrary and viewlibrary.dispatch_component then
	viewlibrary.dispatch_component("status")
end %>

<h2><%= html.html_escape(data.label) %></h2>
<pre>
<%= html.html_escape(data.value) %>
</pre>