Generalized UCI changes display
[project/luci.git] / modules / admin-full / luasrc / controller / admin / index.lua
index eb58e00422932d43ec786db5beebf77611c65141..430c5b82c59972b26cc6f13ec76dd8ac24f7df94 100644 (file)
@@ -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")