diff options
author | yglb <39110824+yglb@users.noreply.github.com> | 2019-05-02 17:05:55 +0800 |
---|---|---|
committer | Rosy Song <rosysong@rosinson.com> | 2019-05-05 11:03:22 +0800 |
commit | e9327c8e2cbae99c1166dda764c9b2acc2a541ca (patch) | |
tree | d0711cea34aefb9f5586ffb47fbf8cb9c37b2698 /themes/luci-theme-rosy/htdocs/luci-static | |
parent | 3b379f01b52ec1150662f707864608e3e0f51c3f (diff) |
luci-theme-rosy: fix table overflow on network/switch
Signed-off-by: Rosy Song <rosysong@rosinson.com>
Signed-off-by: Yan Lan Shen <yanlan.shen@rosinson.com>
Diffstat (limited to 'themes/luci-theme-rosy/htdocs/luci-static')
-rwxr-xr-x | themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js | 2 |
1 files changed, 1 insertions, 1 deletions
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('<div id="vlan_table"></div>'); })(window, jQuery); |