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>
This commit is contained in:
yglb 2019-05-02 17:05:55 +08:00 committed by Rosy Song
parent 3b379f01b5
commit e9327c8e2c

View file

@ -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);