From 1b2c0fd0fa44ae701fd887ee4598942246211cc4 Mon Sep 17 00:00:00 2001 From: yglb <39110824+yglb@users.noreply.github.com> Date: Sun, 7 Apr 2019 17:15:14 +0800 Subject: luci-theme-rosy: fix view for rosy-file-server packages Signed-off-by: YanlanShen --- themes/luci-theme-rosy/htdocs/luci-static/rosy/js/script.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'themes/luci-theme-rosy/htdocs/luci-static/rosy/js') 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 7f5f1ad0b0..886e175cc4 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 @@ -273,7 +273,9 @@ thisParent.removeClass('op-eye'); $(this).prev().attr('type', 'password'); } - + }); + $('#cbi-network-switch_vlan .table').wrap('#vlan_table'); + })(window, jQuery); -- cgit v1.2.3