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 7b5a8193dfb1fd3cc97f5c9f51911c344ddf6f50
Author: Rawlin Peters <rawlin_pet...@comcast.com>
AuthorDate: Mon Nov 13 16:20:11 2017 -0700

    Revert "Show Deep Caching field for STEERING Delivery Services"
    
    This reverts commit 704aae655c2a78e39472edeaf5f6fec2e3d31ca1.
    
    My original thought was correct; deepCachingType is not applied to
    STEERING DSes, only the target DSes.
---
 traffic_ops/app/templates/delivery_service/add.html.ep  | 2 +-
 traffic_ops/app/templates/delivery_service/edit.html.ep | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/traffic_ops/app/templates/delivery_service/add.html.ep 
b/traffic_ops/app/templates/delivery_service/add.html.ep
index 26ea456..c2f0841 100644
--- a/traffic_ops/app/templates/delivery_service/add.html.ep
+++ b/traffic_ops/app/templates/delivery_service/add.html.ep
@@ -235,7 +235,7 @@
             $('#range_request_handlingi_row').hide(speed);
             $('#dns_bypass_ip_row').hide(speed);
             $('#dns_bypass_ip6_row').hide(speed);
-            $('#deep_caching_type').show(speed);
+            $('#deep_caching_type').hide(speed);
                        $('#regional_geo_blocking_row').show(speed);
                $('#dns_bypass_cname_row').hide(speed);
             $('#dns_bypass_ttl_row').hide(speed);
diff --git a/traffic_ops/app/templates/delivery_service/edit.html.ep 
b/traffic_ops/app/templates/delivery_service/edit.html.ep
index 223e210..699361a 100644
--- a/traffic_ops/app/templates/delivery_service/edit.html.ep
+++ b/traffic_ops/app/templates/delivery_service/edit.html.ep
@@ -327,7 +327,7 @@ function setup_form(speed) {
             $('#range_request_handlingi_row').hide(speed);
             $('#dns_bypass_ip_row').hide(speed);
             $('#dns_bypass_ip6_row').hide(speed);
-            $('#deep_caching_type').show(speed);
+            $('#deep_caching_type').hide(speed);
                        $('#regional_geo_blocking_row').show(speed);
                $('#dns_bypass_cname_row').hide(speed);
             $('#dns_bypass_ttl_row').hide(speed);

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

Reply via email to