apply.htm 556 B

1234567891011121314151617181920212223
  1. <%#
  2. Copyright 2008 Steven Barth <steven@midlink.org>
  3. Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
  4. Licensed to the public under the Apache License 2.0.
  5. -%>
  6. <%+header%>
  7. <h2 name="content"><%:Configuration%> / <%:Apply%></h2>
  8. <% if changes then %>
  9. <%+cbi/apply_xhr%>
  10. <%+admin_uci/changelog%>
  11. <%- cbi_apply_xhr('uci-apply', configs) -%>
  12. <p><strong><%:The following changes have been committed%>:</strong></p>
  13. <%- uci_changelog(changes) -%>
  14. <% else %>
  15. <p><strong><%:There are no pending changes to apply!%></strong></p>
  16. <% end %>
  17. <%+footer%>