diff options
Diffstat (limited to 'applications/luci-olsr')
-rw-r--r-- | applications/luci-olsr/luasrc/controller/olsr.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/applications/luci-olsr/luasrc/controller/olsr.lua b/applications/luci-olsr/luasrc/controller/olsr.lua index 371bad870..0342bde49 100644 --- a/applications/luci-olsr/luasrc/controller/olsr.lua +++ b/applications/luci-olsr/luasrc/controller/olsr.lua @@ -8,7 +8,6 @@ function index() local page = node("admin", "status", "olsr") page.target = template("status-olsr/overview") page.title = _("OLSR") - page.i18n = "olsr" page.subindex = true local page = node("admin", "status", "olsr", "neighbors") @@ -51,7 +50,6 @@ function index() {"admin", "services", "olsrd"}, cbi("olsr/olsrd"), "OLSR" ) - ol.i18n = "olsr" ol.subindex = true entry( @@ -74,7 +72,6 @@ function index() cbi("olsr/olsrddisplay"), _("Display") ) - oplg.i18n = "olsr" oplg.leaf = true oplg.subindex = true |