* Linked statistic graphs to Freifunk module
authorSteven Barth <steven@midlink.org>
Tue, 3 Jun 2008 20:22:54 +0000 (20:22 +0000)
committerSteven Barth <steven@midlink.org>
Tue, 3 Jun 2008 20:22:54 +0000 (20:22 +0000)
modules/freifunk/luasrc/controller/freifunk/freifunk.lua

index 39ae5fe..43d1246 100644 (file)
@@ -1,6 +1,8 @@
 module("luci.controller.freifunk.freifunk", package.seeall)
 
 function index()
+       local i18n = luci.i18n.translate
+
        local page  = node()
        page.target = alias("freifunk")
 
@@ -33,6 +35,10 @@ function index()
        
        assign({"freifunk", "olsr"}, node("admin", "status", "olsr"), "OLSR", 30)
        
+       if luci.fs.isfile("/etc/config/luci_statistics") then
+               assign({"freifunk", "statistics"}, node("admin", "statistics", "graph"), i18n("stat_statistics", "Statistiken"), 40)
+       end
+       
        local page  = node("admin", "index", "freifunk")
        page.target = cbi("freifunk/freifunk")
        page.title  = "Freifunk"