2 Copyright 2008 Steven Barth <steven@midlink.org>
3 Copyright 2008-2018 Jo-Philipp Wich <jo@mein.io>
4 Licensed to the public under the Apache License 2.0.
10 local node, redir_url = luci.dispatcher.lookup(luci.http.formvalue("redir"))
12 include("cbi/apply_widget")
13 include("admin_uci/changelog")
15 cbi_apply_widget(redir_url or url("admin/uci/revert"))
18 <h2 name="content"><%:Configuration%> / <%:Revert%></h2>
21 <p><strong><%:The following changes have been reverted%>:</strong></p>
22 <%- uci_changelog(changes) -%>
24 <p><strong><%:There are no pending changes to revert!%></strong></p>
27 <div class="alert-message" id="cbi_apply_status" style="display:none"></div>
28 <script type="text/javascript">
29 document.addEventListener("DOMContentLoaded", function() {
34 <% if redir_url then %>
35 <div class="cbi-page-actions">
36 <form class="inline" method="get" action="<%=luci.util.pcdata(redir_url)%>">
37 <input class="cbi-button cbi-button-link" style="margin:0" type="submit" value="<%:Back%>" />