From 27408fa54e736cbcc741c3e41171d8f65b2848db Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Fri, 2 Jan 2009 21:17:49 +0000 Subject: Added gross controller with basic functionality. git-svn-id: svn://svn.alpinelinux.org/acf/gross/trunk@1662 ab2d0c66-481e-0410-8bed-d214d4d58bed --- gross-logfile-html.lsp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 gross-logfile-html.lsp (limited to 'gross-logfile-html.lsp') diff --git a/gross-logfile-html.lsp b/gross-logfile-html.lsp new file mode 100644 index 0000000..7287262 --- /dev/null +++ b/gross-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="gross"}) +end %> -- cgit v1.2.3