From: yglb <39110824+yglb@users.noreply.github.com> Date: Thu, 2 May 2019 09:05:55 +0000 (+0800) Subject: luci-theme-rosy: fix table overflow on network/switch X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=refs%2Fpull%2F2688%2Fhead;p=oweals%2Fluci.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 886e175cc..bef272760 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);