From 406e6c81770add3b1fa0e53e9f8c1774c3b7f25f Mon Sep 17 00:00:00 2001 From: "Fritz D. Ansel" Date: Mon, 2 Aug 2021 20:18:19 +0200 Subject: firewall: more text lines for custom script 10 lines are very few and there is much unused space Signed-off-by: Fritz D. Ansel --- .../htdocs/luci-static/resources/view/firewall/custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js') diff --git a/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js b/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js index ca870552a6..1997a720c6 100644 --- a/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js +++ b/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js @@ -24,7 +24,7 @@ return view.extend({ return E([ E('h2', _('Firewall - Custom Rules')), E('p', {}, _('Custom rules allow you to execute arbitrary iptables commands which are not otherwise covered by the firewall framework. The commands are executed after each firewall restart, right after the default ruleset has been loaded.')), - E('p', {}, E('textarea', { 'style': 'width:100%', 'rows': 10 }, [ fwuser != null ? fwuser : '' ])) + E('p', {}, E('textarea', { 'style': 'width:100%', 'rows': 25 }, [ fwuser != null ? fwuser : '' ])) ]); }, -- cgit v1.2.3