From 065f567a8b466874c4015e0c08ffcf62cfb9c3b2 Mon Sep 17 00:00:00 2001 From: kondurake Date: Tue, 2 Aug 2016 18:37:41 +0300 Subject: [PATCH 1/3] =?UTF-8?q?Show=20domain=20IP=20as=20"IP=20=E2=86=92?= =?UTF-8?q?=20NAT"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/templates/admin/list_web.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/templates/admin/list_web.html b/web/templates/admin/list_web.html index a707f006a..45699ae2e 100644 --- a/web/templates/admin/list_web.html +++ b/web/templates/admin/list_web.html @@ -57,6 +57,7 @@
$value) { ++$i; if ($data[$key]['SUSPENDED'] == 'yes') { @@ -178,7 +179,7 @@ sort-name="" sort-bandwidth="" sort-dis
- .', $data[$key]['IP'])?> +
From d7f4bc4a79ab27874f83590bd0c0e8956de7841e Mon Sep 17 00:00:00 2001 From: kondurake Date: Tue, 2 Aug 2016 18:43:06 +0300 Subject: [PATCH 2/3] Fix "Parsing error" if a NAT IP is specified https://bugs.vestacp.com/issues/325 --- web/templates/admin/add_web.html | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/web/templates/admin/add_web.html b/web/templates/admin/add_web.html index b5549b012..010f2bde6 100644 --- a/web/templates/admin/add_web.html +++ b/web/templates/admin/add_web.html @@ -62,14 +62,10 @@ From cfcc7d62a0bddf360c5f9500ad2b6576b7e550f6 Mon Sep 17 00:00:00 2001 From: kondurake Date: Tue, 2 Aug 2016 18:48:21 +0300 Subject: [PATCH 3/3] Fix "Parsing error" if a NAT IP is specified https://bugs.vestacp.com/issues/325 --- web/templates/admin/edit_web.html | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/web/templates/admin/edit_web.html b/web/templates/admin/edit_web.html index afa34174d..4680cd6b6 100644 --- a/web/templates/admin/edit_web.html +++ b/web/templates/admin/edit_web.html @@ -65,15 +65,10 @@