diff options
Diffstat (limited to 'src/ffluci/view/admin_system/reboot.htm')
-rw-r--r-- | src/ffluci/view/admin_system/reboot.htm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ffluci/view/admin_system/reboot.htm b/src/ffluci/view/admin_system/reboot.htm index a81464409b..365c330781 100644 --- a/src/ffluci/view/admin_system/reboot.htm +++ b/src/ffluci/view/admin_system/reboot.htm @@ -1,4 +1,10 @@ <%+header%> <h1><%:system System%></h1> <h2><%:reboot Neu starten%></h2> +<% if not reboot then %> +<p><a href="<%=controller%>/admin/system/reboot?reboot=1"><%:reboot_do Neustart durchführen%></a></p> +<% else %> +<p><%:reboot_running Bitte warten: Neustart wird durchgeführt...%></p> +<script type="text/javascript">setTimeout("location='<%=controller%>/admin'", 30000)</script> +<% end %> <%+footer%>
\ No newline at end of file |