* Added DHCP page
[project/luci.git] / src / ffluci / view / admin_uci / changes.htm
1 <%+header%>
2 <h1><%:config Konfiguration%></h1>
3 <h2><%:changes Ă„nderungen%></h2>
4 <code><%=(ffluci.model.uci.changes() or "-")%></code>
5 <form class="inline" method="get" action="<%=controller%>/admin/uci/apply">
6         <input type="submit" value="<%:apply Anwenden%>" />
7 </form>
8 <form class="inline" method="get" action="<%=controller%>/admin/uci/revert">
9         <input type="submit" value="<%:revert Verwerfen%>" />
10 </form>
11 <%+footer%>