diff options
author | Ted Trask <ttrask01@yahoo.com> | 2009-01-02 21:17:49 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2009-01-02 21:17:49 +0000 |
commit | 27408fa54e736cbcc741c3e41171d8f65b2848db (patch) | |
tree | 9cfa089e975880a50b12f6de029236c239792308 /gross-logfile-html.lsp | |
download | acf-gross-27408fa54e736cbcc741c3e41171d8f65b2848db.tar.bz2 acf-gross-27408fa54e736cbcc741c3e41171d8f65b2848db.tar.xz |
Added gross controller with basic functionality.
git-svn-id: svn://svn.alpinelinux.org/acf/gross/trunk@1662 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'gross-logfile-html.lsp')
-rw-r--r-- | gross-logfile-html.lsp | 7 |
1 files changed, 7 insertions, 0 deletions
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 %> |