Merge pull request #2688 from rosysong/rosy-bugs-fix

luci-theme-rosy: fix table overflow on network/switch
This commit is contained in:
Hannu Nyman 2019-05-05 16:45:00 +03:00 committed by GitHub
commit a5a731a660
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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