applications/luci-ntpc: Updated module to work with reworked UCI scheme
[project/luci.git] / applications / luci-ntpc / luasrc / controller / ntpc.lua
index 2382f52..5866a24 100644 (file)
@@ -26,7 +26,7 @@ function index()
        page.dependent = true
        
        
-       local page = entry({"mini", "system", "ntpc"}, cbi("ntpc/ntpc"), luci.i18n.translate("ntpc"), 50)
+       local page = entry({"mini", "system", "ntpc"}, cbi("ntpc/ntpcmini"), luci.i18n.translate("ntpc"), 50)
        page.i18n = "ntpc"
        page.dependent = true
 end
\ No newline at end of file