<%# 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/changes")) -%>

<%:Configuration%> / <%:Changes%>

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

<%:There are no pending changes!%>

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