diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-05 01:55:02 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-05 01:55:02 +0000 |
commit | 52b69bbcff6a0e60d57adf89617b16237bb70625 (patch) | |
tree | 597ca84ba7629fd84c1511682ad45821084b99cd /applications/luci-olsr/luasrc/controller/olsr.lua | |
parent | 6c84824d793a9621290485804b0dc370afdefe7b (diff) |
applications/luci-olsr: rework ui
Diffstat (limited to 'applications/luci-olsr/luasrc/controller/olsr.lua')
-rw-r--r-- | applications/luci-olsr/luasrc/controller/olsr.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/applications/luci-olsr/luasrc/controller/olsr.lua b/applications/luci-olsr/luasrc/controller/olsr.lua index e2dc4fe44..7e6b3e8fd 100644 --- a/applications/luci-olsr/luasrc/controller/olsr.lua +++ b/applications/luci-olsr/luasrc/controller/olsr.lua @@ -42,6 +42,11 @@ function index() ol.subindex = true entry( + {"admin", "services", "olsrd", "iface"}, + cbi("olsr/olsrdiface") + ).leaf = true + + entry( {"admin", "services", "olsrd", "hna"}, cbi("olsr/olsrdhna"), "HNA Announcements" ) |