Merge pull request #2688 from rosysong/rosy-bugs-fix
luci-theme-rosy: fix table overflow on network/switch
This commit is contained in:
commit
a5a731a660
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue