gluon-packages/luci/config-mode/files/usr/lib/lua/luci/view/ffhl-wizard/completed.htm

15 lines
375 B
HTML
Raw Normal View History

2012-05-22 19:28:02 +02:00
<%
2012-07-24 00:23:26 +02:00
local disp = require "luci.dispatcher"
2012-05-22 19:28:02 +02:00
%>
<%+header%>
2012-07-24 00:23:26 +02:00
<h2>Konfiguration abgeschlossen</h2>
2012-05-22 19:28:02 +02:00
2012-07-24 00:23:26 +02:00
<p>Die Konfiguration deines Freifunkknotens ist nun abgeschlossen.<p>
<p>Damit sie aktiv wird, muss der Knoten neugestartet werden.</p>
<p>
<a class="btn primary" href="<%=disp.build_url("wizard", "completed", "reboot")%>">Jetzt neustarten!</a>
</p>
2012-05-22 19:28:02 +02:00
<%+footer%>