From 01103bd26b4dfb349aa06d11164a789091b2b3bb Mon Sep 17 00:00:00 2001 From: Shibby Date: Thu, 12 Mar 2015 21:23:47 +0100 Subject: [PATCH] GUI: Grow up limit on IPv4 & IPv6 port forwarding rules creation from 50 to 100 entries. --- release/src/router/www/forward-basic-ipv6.asp | 2 +- release/src/router/www/forward-basic.asp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/release/src/router/www/forward-basic-ipv6.asp b/release/src/router/www/forward-basic-ipv6.asp index 325c950128..ee65ad7f3a 100644 --- a/release/src/router/www/forward-basic-ipv6.asp +++ b/release/src/router/www/forward-basic-ipv6.asp @@ -107,7 +107,7 @@ fog.resetNewEditor = function() { } fog.setup = function() { - this.init('fo-grid6', 'sort', 50, [ + this.init('fo-grid6', 'sort', 100, [ { type: 'checkbox' }, { type: 'select', options: [[1, 'TCP'],[2, 'UDP'],[3,'Both']] }, { type: 'text', maxlen: 140 }, diff --git a/release/src/router/www/forward-basic.asp b/release/src/router/www/forward-basic.asp index 413857a4fd..cd4452cbfe 100644 --- a/release/src/router/www/forward-basic.asp +++ b/release/src/router/www/forward-basic.asp @@ -131,7 +131,7 @@ fog.resetNewEditor = function() { } fog.setup = function() { - this.init('fo-grid', 'sort', 50, [ + this.init('fo-grid', 'sort', 100, [ { type: 'checkbox' }, { type: 'select', options: [[1, 'TCP'],[2, 'UDP'],[3,'Both']] }, { type: 'text', maxlen: 32 }, -- 2.11.4.GIT