summaryrefslogtreecommitdiffstats
path: root/src/usr/local
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-05-26 11:54:38 -0300
committerRenato Botelho <renato@netgate.com>2017-05-26 11:54:38 -0300
commit8b8fb93d414e375fca6da547e2d2eea568f1e16f (patch)
tree8a437a2d0d776e75774c6513d7ec29f80ddba469 /src/usr/local
parentc57f66ffadfed7f5ececeb6fa093acf58f1b83fa (diff)
parentd900381c9384676462c91c0b2e7e59ec42723237 (diff)
downloadpfsense-8b8fb93d414e375fca6da547e2d2eea568f1e16f.zip
pfsense-8b8fb93d414e375fca6da547e2d2eea568f1e16f.tar.gz
Merge pull request #3717 from phil-davis/patch-11
Diffstat (limited to 'src/usr/local')
-rw-r--r--src/usr/local/www/services_dyndns_edit.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/usr/local/www/services_dyndns_edit.php b/src/usr/local/www/services_dyndns_edit.php
index 3f14d51..f622c36 100644
--- a/src/usr/local/www/services_dyndns_edit.php
+++ b/src/usr/local/www/services_dyndns_edit.php
@@ -471,8 +471,6 @@ events.push(function() {
hideInput('ttl', false);
break;
case "namecheap":
- case "cloudflare-v6":
- case "cloudflare":
case "gratisdns":
case "hover":
hideGroupInput('domainname', false);
@@ -505,7 +503,7 @@ events.push(function() {
break;
case "cloudflare-v6":
case "cloudflare":
- hideGroupInput('domainname', true);
+ hideGroupInput('domainname', false);
hideInput('resultmatch', true);
hideInput('updateurl', true);
hideInput('requestif', true);
@@ -517,6 +515,7 @@ events.push(function() {
hideCheckbox('proxied', false);
hideInput('zoneid', true);
hideInput('ttl', true);
+ break;
default:
hideGroupInput('domainname', true);
hideInput('resultmatch', true);
OpenPOWER on IntegriCloud