<%# Copyright 2008 Steven Barth Copyright 2008 Jo-Philipp Wich Licensed to the public under the Apache License 2.0. -%> <%+header%>

<%:System%>

<%:Reboot%>

<%:Reboots the operating system of your device%>

<%- local c = require("luci.model.uci").cursor():changes() if c and next(c) then -%>

<%:Warning: There are unsaved changes that will be lost while rebooting!%>

<%- end if not reboot then -%>

<%:Perform reboot%>

<%- else -%>

<%:Please wait: Device rebooting...%>

<%- end -%> <%+footer%>