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.
This commit is contained in:
Nils Schneider 2014-01-22 16:47:13 +01:00
parent 434430bbaf
commit 9a7a874810
1 changed files with 0 additions and 1 deletions

View File

@ -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%>