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