summaryrefslogtreecommitdiffhomepage
path: root/modules/freifunk/src/model/menu
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-05-08 16:04:18 +0000
committerSteven Barth <steven@midlink.org>2008-05-08 16:04:18 +0000
commit214bfdc19887c3df373d1323afd9738eee4f64ca (patch)
tree1b3660fd9a8db552d50c9ef9d11b9dee35bf8fac /modules/freifunk/src/model/menu
parentaa9ccf77c6648515ba58c37b9345cdbd561028db (diff)
* Fixed #2030
Diffstat (limited to 'modules/freifunk/src/model/menu')
-rw-r--r--modules/freifunk/src/model/menu/10freifunk.lua18
1 files changed, 18 insertions, 0 deletions
diff --git a/modules/freifunk/src/model/menu/10freifunk.lua b/modules/freifunk/src/model/menu/10freifunk.lua
new file mode 100644
index 0000000000..3adbe89858
--- /dev/null
+++ b/modules/freifunk/src/model/menu/10freifunk.lua
@@ -0,0 +1,18 @@
+add("public", "index", "Übersicht", 10)
+act("contact", "Kontakt")
+
+add("public", "status", "Status", 20)
+act("routes", "Routingtabelle")
+act("iwscan", "WLAN-Scan")
+
+add("public", "olsr", "OLSR", 30)
+act("routes", "Routen")
+act("topology", "Topologie")
+act("hna", "HNA")
+act("mid", "MID")
+
+
+sel("admin", "index")
+act("wizard", "Freifunkassistent")
+act("contact", "Kontakt")
+act("freifunk", "Freifunk") \ No newline at end of file