summaryrefslogtreecommitdiffstats
path: root/health-modules-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2011-03-17 08:42:31 +0000
committerTed Trask <ttrask01@yahoo.com>2011-03-17 08:42:31 +0000
commit6139e07d82b8ee23e05704f805164ad1e028a75b (patch)
treeadb89225f46d14a9957378c5879991fe2bc731ee /health-modules-html.lsp
parentf855b94b1ff6f97def56745b55f11085746d751c (diff)
downloadacf-alpine-baselayout-6139e07d82b8ee23e05704f805164ad1e028a75b.tar.bz2
acf-alpine-baselayout-6139e07d82b8ee23e05704f805164ad1e028a75b.tar.xz
Removed health/modules action because redundant with modules/status
Diffstat (limited to 'health-modules-html.lsp')
-rw-r--r--health-modules-html.lsp8
1 files changed, 0 insertions, 8 deletions
diff --git a/health-modules-html.lsp b/health-modules-html.lsp
deleted file mode 100644
index 0cd760b..0000000
--- a/health-modules-html.lsp
+++ /dev/null
@@ -1,8 +0,0 @@
-<% local view = ... %>
-
-<h1>Modules</h1>
-
-<h2>Installed modules</h2>
-<DL>
-<pre><%= html.html_escape(view.value.list.value) %></pre>
-</DL>