* Added IPKG-configuration
[project/luci.git] / src / ffluci / view / admin_system / reboot.htm
index a814644..365c330 100644 (file)
@@ -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