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:
parent
3b379f01b5
commit
e9327c8e2c
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);
|
})(window, jQuery);
|
||||||
|
|
Loading…
Reference in a new issue