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:
parent
8d62f92a4d
commit
c7efde1acf
@ -27,6 +27,5 @@ if not reboot then
|
|||||||
<p><a href="<%=REQUEST_URI%>?reboot=1"><%:Perform reboot%></a></p>
|
<p><a href="<%=REQUEST_URI%>?reboot=1"><%:Perform reboot%></a></p>
|
||||||
<%- else -%>
|
<%- else -%>
|
||||||
<p><%:Please wait: Device rebooting...%></p>
|
<p><%:Please wait: Device rebooting...%></p>
|
||||||
<script type="text/javascript">setTimeout("location='<%=controller%>'", 60000)</script>
|
|
||||||
<%- end -%>
|
<%- end -%>
|
||||||
<%+footer%>
|
<%+footer%>
|
Loading…
Reference in New Issue
Block a user