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

<% viewlibrary.dispatch_component("status") %>

<H2><%= html.html_escape(data.label) %></H2>
<DL>
<%
htmlviewfunctions.displayitem(data.value.pvdisplay)
htmlviewfunctions.displayitem(data.value.lvdisplay)
%>
</DL>