<%# LuCI - Lua Configuration Interface Copyright 2008 Steven Barth Copyright 2008 Jo-Philipp Wich Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 $Id: apply.htm 9014 2012-08-14 13:08:18Z jow $ -%> <%+header%>

<%:Configuration%> / <%:Apply%>

<% local uci = require("luci.model.uci").cursor() if uci:get("functionlist","functionlist","SUPPORT_OPEN_LEFTMENU") == "0" then %> <% end reboot_time = uci:get('functionlist','vendorlist','DUT_REBOOT_TIME') or 60 %> <% if changes then %> <% if uci:get('functionlist','functionlist','SUPPORT_MANAGEMENT_SSID') == '1' then if uci:get('tmp_wizard','wizard','pw_ignore') ~= '1' and uci:get('tmp_wizard','wizard','pw_changed') ~= '1' then luci.util.exec("touch /tmp/login_check") end end %> <%+cbi/apply_xhr%> <%+admin_uci/changelog%> <%- cbi_apply_xhr('uci-apply', configs, REQUEST_URI) -%>

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

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

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

<% local redir = luci.dispatcher.build_url("admin", "status", "overview")%>
<% end %> <%+footer%>