mirror of
https://github.com/openwrt/luci.git
synced 2026-01-12 02:50:25 +04:00
Added new application luci-ntpc to luci-full and luci-mini
This commit is contained in:
@@ -21,8 +21,8 @@ function index()
|
||||
|
||||
entry({"mini", "system"}, call("action_reboot"), i18n("system"))
|
||||
entry({"mini", "system", "passwd"}, call("action_passwd"), i18n("a_s_changepw"), 10)
|
||||
entry({"mini", "system", "upgrade"}, call("action_upgrade"), i18n("a_s_flash"), 20)
|
||||
entry({"mini", "system", "reboot"}, call("action_reboot"), i18n("reboot"), 30)
|
||||
entry({"mini", "system", "upgrade"}, call("action_upgrade"), i18n("a_s_flash"), 90)
|
||||
entry({"mini", "system", "reboot"}, call("action_reboot"), i18n("reboot"), 100)
|
||||
end
|
||||
|
||||
function action_reboot()
|
||||
|
||||
Reference in New Issue
Block a user