diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-05-22 13:09:45 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-05-22 13:09:45 +0000 |
commit | 0e3371976118cc1cd36cb5d5cf5c379fe19e0020 (patch) | |
tree | 0f5959298003607813303d0a3252185d05e87b59 /applications/luci-statistics/src/model/menu | |
parent | 68fd8eacdd84a40cda9535ad11cce54979cfc93f (diff) |
* ffluci/statistics: add cbi model for rrdtool, fix stat-genconfig to allow correctly spelled list value parameters, updated default config
Diffstat (limited to 'applications/luci-statistics/src/model/menu')
-rw-r--r-- | applications/luci-statistics/src/model/menu/70luci-statistics.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-statistics/src/model/menu/70luci-statistics.lua b/applications/luci-statistics/src/model/menu/70luci-statistics.lua index bc36d71220..e53a0a0d49 100644 --- a/applications/luci-statistics/src/model/menu/70luci-statistics.lua +++ b/applications/luci-statistics/src/model/menu/70luci-statistics.lua @@ -20,7 +20,7 @@ act( "network", "Netzwerk" ) act( "ping", "Ping" ) --act( "powerdns", "Powerdns Server" ) act( "processes", "Prozesse" ) ---act( "rrdtool", "RRD Tool" ) +act( "rrdtool", "RRDTool" ) --act( "sensors", "Sensoren" ) --act( "snmp", "SNMP Datenquellen" ) --act( "syslog", "Systemlog" ) |