summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2011-10-03 15:09:42 +0000
committerTed Trask <ttrask01@yahoo.com>2011-10-03 15:09:42 +0000
commit18cc5a93c6f68aafac26577a240af886e3dad1ea (patch)
tree21f200464e699dff090176c37f9f6088e463c3d0
parent18fd5f9c71f31fc75cfa47b17d0bc550ed73541d (diff)
downloadacf-lighttpd-18cc5a93c6f68aafac26577a240af886e3dad1ea.tar.bz2
acf-lighttpd-18cc5a93c6f68aafac26577a240af886e3dad1ea.tar.xz
Removed details action
-rw-r--r--lighttpd-controller.lua4
-rw-r--r--lighttpd-details.html.lsp12
-rw-r--r--lighttpd-model.lua4
-rw-r--r--lighttpd.menu2
4 files changed, 1 insertions, 21 deletions
diff --git a/lighttpd-controller.lua b/lighttpd-controller.lua
index dc7565d..d9f5d58 100644
--- a/lighttpd-controller.lua
+++ b/lighttpd-controller.lua
@@ -13,10 +13,6 @@ function startstop(self)
return controllerfunctions.handle_startstop(self, self.model.startstop_service, self.clientdata)
end
-function details(self)
- return self.model.getstatusdetails()
-end
-
function listfiles(self)
return self.model.getfilelist()
end
diff --git a/lighttpd-details.html.lsp b/lighttpd-details.html.lsp
deleted file mode 100644
index 8f1363e..0000000
--- a/lighttpd-details.html.lsp
+++ /dev/null
@@ -1,12 +0,0 @@
-<% local data, viewlibrary = ...
-require("viewfunctions")
-%>
-
-<% viewlibrary.dispatch_component("status") %>
-
-<H2><%= html.html_escape(data.label) %></H2>
-<DL>
-<%
-displayitem(data)
-%>
-</DL>
diff --git a/lighttpd-model.lua b/lighttpd-model.lua
index b8c08e5..6e04c88 100644
--- a/lighttpd-model.lua
+++ b/lighttpd-model.lua
@@ -26,10 +26,6 @@ function getstatus()
return modelfunctions.getstatus(processname, packagename, "Lighttpd Status")
end
-function getstatusdetails()
- return cfe({ type="longtext", value="", label="Lighttpd Status Details" })
-end
-
function getfilelist()
local listed_files = {}
diff --git a/lighttpd.menu b/lighttpd.menu
index f230ca8..79ba544 100644
--- a/lighttpd.menu
+++ b/lighttpd.menu
@@ -1,4 +1,4 @@
#CAT GROUP/DESC TAB ACTION
-Applications 91lighttpd Status details
+Applications 91lighttpd Status status
Applications 91lighttpd Expert listfiles
Applications 91lighttpd Logfile logfile