summaryrefslogtreecommitdiffstats
path: root/lvm2-details-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'lvm2-details-html.lsp')
-rw-r--r--lvm2-details-html.lsp18
1 files changed, 18 insertions, 0 deletions
diff --git a/lvm2-details-html.lsp b/lvm2-details-html.lsp
new file mode 100644
index 0000000..e035905
--- /dev/null
+++ b/lvm2-details-html.lsp
@@ -0,0 +1,18 @@
+<% local data, viewlibrary = ...
+require("viewfunctions")
+--[[ DEBUG INFORMATION
+io.write("<H1>DEBUGGING</H1><span style='color:red'><H2>DEBUG INFO: CFE</H2>")
+io.write(html.cfe_unpack(data))
+io.write("</span>")
+--]]
+%>
+
+<% viewlibrary.dispatch_component("status") %>
+
+<H2><%= data.label %></H2>
+<DL>
+<%
+displayitem(data.value.pvdisplay)
+displayitem(data.value.lvdisplay)
+%>
+</DL>