summaryrefslogtreecommitdiffstats
path: root/mdadm-logfile-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'mdadm-logfile-html.lsp')
-rw-r--r--mdadm-logfile-html.lsp7
1 files changed, 0 insertions, 7 deletions
diff --git a/mdadm-logfile-html.lsp b/mdadm-logfile-html.lsp
deleted file mode 100644
index 1d32dcb..0000000
--- a/mdadm-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="mdadm"})
-end %>