<%# Copyright 2008 Steven Barth Copyright 2008 Jo-Philipp Wich Licensed to the public under the Apache License 2.0. -%> <% local is_rollback_pending, rollback_time_remaining, rollback_session, rollback_token = luci.model.uci:rollback_pending() if is_rollback_pending or trigger_apply or trigger_revert then include("cbi/apply_widget") cbi_apply_widget(redirect, rollback_token) %> <% end include("themes/" .. theme .. "/footer") %>