summaryrefslogtreecommitdiffstats
path: root/health-controller.lua
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-controller.lua
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-controller.lua')
-rw-r--r--health-controller.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/health-controller.lua b/health-controller.lua
index ef08301..3b2bbf1 100644
--- a/health-controller.lua
+++ b/health-controller.lua
@@ -16,10 +16,6 @@ network = function (self )
return self.model:get_network()
end
-modules = function (self )
- return self.model:get_modules()
-end
-
proc = function (self )
return self.model:get_proc()
end