<%# Copyright 2008 Steven Barth Copyright 2008-2018 Jo-Philipp Wich Licensed to the public under the Apache License 2.0. -%> <%+header%> <%- local node, redir_url = luci.dispatcher.lookup(luci.http.formvalue("redir")) include("cbi/apply_widget") include("admin_uci/changelog") cbi_apply_widget(redir_url or url("admin/uci/revert")) -%>

<%:Configuration%> / <%:Revert%>

<% if changes then %>

<%:The following changes have been reverted%>:

<%- uci_changelog(changes) -%> <% else %>

<%:There are no pending changes to revert!%>

<% end %> <% if redir_url then %>
<% end %> <%+footer%>