mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #3717 from phil-davis/patch-11
This commit is contained in:
commit
8b8fb93d41
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user