Skip to content
Snippets Groups Projects
Commit c7efde1a authored by Nils Schneider's avatar Nils Schneider
Browse files

gluon-luci-admin: reboot.html, remove refresh

Don't refresh the reboot page after rebooting the node. It's not going
back to configmode anyway so it'll never reload without user
intervention.
parent 8d62f92a
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,5 @@ if not reboot then
<p><a href="<%=REQUEST_URI%>?reboot=1"><%:Perform reboot%></a></p>
<%- else -%>
<p><%:Please wait: Device rebooting...%></p>
<script type="text/javascript">setTimeout("location='<%=controller%>'", 60000)</script>
<%- end -%>
<%+footer%>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment