summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-rosy/htdocs/luci-static
diff options
context:
space:
mode:
authoryglb <39110824+yglb@users.noreply.github.com>2019-05-02 17:05:55 +0800
committerRosy Song <rosysong@rosinson.com>2019-05-05 11:03:22 +0800
commite9327c8e2cbae99c1166dda764c9b2acc2a541ca (patch)
treed0711cea34aefb9f5586ffb47fbf8cb9c37b2698 /themes/luci-theme-rosy/htdocs/luci-static
parent3b379f01b52ec1150662f707864608e3e0f51c3f (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-xthemes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js2
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);