summaryrefslogtreecommitdiffstats
path: root/lvm2-logfile-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'lvm2-logfile-html.lsp')
-rw-r--r--lvm2-logfile-html.lsp7
1 files changed, 0 insertions, 7 deletions
diff --git a/lvm2-logfile-html.lsp b/lvm2-logfile-html.lsp
deleted file mode 100644
index 048ab36..0000000
--- a/lvm2-logfile-html.lsp
+++ /dev/null
@@ -1,7 +0,0 @@
-<% local data, viewlibrary = ...
-require("viewfunctions")
-%>
-
-<% if viewlibrary and viewlibrary.dispatch_component then
- viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {name="/var/log/messages", grep="lvm"})
-end %>