From d4e52ca03b650ccded1682f7f18bb6d5ad6373df Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 12 Jul 2018 07:37:49 +0200 Subject: [PATCH] luci-base: apply_widget: various fixes - Fix button styles in failure message - Pause XHR polling during apply/rollback sessions - Throttle confirm requests to 1 request/second Signed-off-by: Jo-Philipp Wich --- .../luasrc/view/cbi/apply_widget.htm | 34 +++++++++++++------ 1 file changed, 23 insertions(+), 11 deletions(-) diff --git a/modules/luci-base/luasrc/view/cbi/apply_widget.htm b/modules/luci-base/luasrc/view/cbi/apply_widget.htm index 3d98085f86..f76846ee87 100644 --- a/modules/luci-base/luasrc/view/cbi/apply_widget.htm +++ b/modules/luci-base/luasrc/view/cbi/apply_widget.htm @@ -1,9 +1,5 @@ <% export("cbi_apply_widget", function(redirect_ok) -%> +