From: yglb Date: Thu, 2 May 2019 09:05:55 +0000 (+0800) Subject: luci-theme-rosy: fix table overflow on network/switch X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=e9327c8e2cbae99c1166dda764c9b2acc2a541ca;p=openwrt-luci.git luci-theme-rosy: fix table overflow on network/switch Signed-off-by: Rosy Song Signed-off-by: Yan Lan Shen --- 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);