diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-05-21 04:34:13 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-05-21 04:34:13 +0000 |
commit | 97ff6fa3e9722f7db065932c4bb94b103e8c6012 (patch) | |
tree | 6795f43f830eed5273be01fbea0ca4c4931ae056 /applications/luci-statistics/src | |
parent | f90684f321fa1e3a15746c9b72042f5eba15776d (diff) |
* ffluci/statistics: add cbi model for unixsock plugin
Diffstat (limited to 'applications/luci-statistics/src')
-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 99429af533..bc36d71220 100644 --- a/applications/luci-statistics/src/model/menu/70luci-statistics.lua +++ b/applications/luci-statistics/src/model/menu/70luci-statistics.lua @@ -27,5 +27,5 @@ act( "processes", "Prozesse" ) --act( "tail", "Dateiverfolgung" ) --act( "teamspeak2", "TeamSpeak 2" ) act( "tcpconns", "TCP Verbindungen" ) ---act( "unixsock", "UNIX Sockets" ) +act( "unixsock", "UNIX Socket" ) --act( "vmem", "Vmem" ) |