summaryrefslogtreecommitdiffhomepage
path: root/modules
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-07-15 13:42:54 +0000
committerSteven Barth <steven@midlink.org>2008-07-15 13:42:54 +0000
commit012af10360aba063b96d34c3af81c1d50a8d3579 (patch)
tree998950a0f65070c3b20cd4d8197ecf0925fa62c6 /modules
parentd0a622dce8163cb1f9d0a178127b7abda6c4e818 (diff)
Generalized UCI changes display
i18n: some nicer looking translations
Diffstat (limited to 'modules')
-rw-r--r--modules/admin-full/luasrc/controller/admin/index.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/admin-full/luasrc/controller/admin/index.lua b/modules/admin-full/luasrc/controller/admin/index.lua
index eb58e0042..430c5b82c 100644
--- a/modules/admin-full/luasrc/controller/admin/index.lua
+++ b/modules/admin-full/luasrc/controller/admin/index.lua
@@ -30,6 +30,7 @@ function index()
page.order = 10
page.i18n = "admin-core"
page.sysauth = "root"
+ page.ucidata = true
local page = node("admin", "index")
page.target = template("admin_index/index")