You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by el...@apache.org on 2018/05/14 17:22:21 UTC

[incubator-trafficcontrol] 09/12: hide Anonymous Blocking field for DNS delivery services

This is an automated email from the ASF dual-hosted git repository.

elsloo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git

commit 4c3b9d210b417a0cf6c999991f1e0422e9a19c6b
Author: Jesse Rivas <je...@comcast.com>
AuthorDate: Fri May 4 10:46:58 2018 -0600

    hide Anonymous Blocking field for DNS delivery services
---
 traffic_ops/app/templates/delivery_service/edit.html.ep | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/traffic_ops/app/templates/delivery_service/edit.html.ep b/traffic_ops/app/templates/delivery_service/edit.html.ep
index 76c83cb..452a56f 100644
--- a/traffic_ops/app/templates/delivery_service/edit.html.ep
+++ b/traffic_ops/app/templates/delivery_service/edit.html.ep
@@ -279,7 +279,7 @@ function setup_form(speed) {
             $('#regexp_add').show(speed);
             $('#steering_button').hide(speed);
 	    $('#geolimit_redirect_url_row').hide(speed);
-            $('#anonymous_blocking_enabled_row').show(speed);
+            $('#anonymous_blocking_enabled_row').hide(speed);
 		}
 		else if (type_selected.match(/^ANY_MAP$/)) {
             $('#protocoli_row').hide(speed);

-- 
To stop receiving notification emails like this one, please contact
elsloo@apache.org.