From e9327c8e2cbae99c1166dda764c9b2acc2a541ca Mon Sep 17 00:00:00 2001 From: yglb <39110824+yglb@users.noreply.github.com> Date: Thu, 2 May 2019 17:05:55 +0800 Subject: [PATCH] luci-theme-rosy: fix table overflow on network/switch Signed-off-by: Rosy Song Signed-off-by: Yan Lan Shen --- themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js b/themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js index 886e175cc4..bef272760a 100755 --- a/themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js +++ b/themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js @@ -276,6 +276,6 @@ }); - $('#cbi-network-switch_vlan .table').wrap('#vlan_table'); + $('#cbi-network-switch_vlan .table').wrap('
'); })(window, jQuery); -- 2.30.2