summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-statistics/luasrc/controller
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-12-11 13:27:37 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-12-11 13:27:37 +0000
commit5a54cc575a7c5f5ec1a671051faec51e15b3b215 (patch)
tree7b36d96303b134623a869d8d3f79eabfb6403f94 /applications/luci-statistics/luasrc/controller
parent2138efa4bdbf2751a918878c886cdba3dde7f5a0 (diff)
Add NUT UPS support to luci-statistics
Diffstat (limited to 'applications/luci-statistics/luasrc/controller')
-rw-r--r--applications/luci-statistics/luasrc/controller/luci_statistics/luci_statistics.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/luci-statistics/luasrc/controller/luci_statistics/luci_statistics.lua b/applications/luci-statistics/luasrc/controller/luci_statistics/luci_statistics.lua
index 1b7084ccd6..7d8e6bf4a4 100644
--- a/applications/luci-statistics/luasrc/controller/luci_statistics/luci_statistics.lua
+++ b/applications/luci-statistics/luasrc/controller/luci_statistics/luci_statistics.lua
@@ -50,6 +50,7 @@ function index()
memory = _("Memory"),
netlink = _("Netlink"),
network = _("Network"),
+ nut = _("UPS"),
olsrd = _("OLSRd"),
ping = _("Ping"),
processes = _("Processes"),