rob05c closed pull request #2333: adds 'view delivery services' link to all 
server types
URL: https://github.com/apache/incubator-trafficcontrol/pull/2333
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git 
a/traffic_portal/app/src/common/modules/form/server/form.server.tpl.html 
b/traffic_portal/app/src/common/modules/form/server/form.server.tpl.html
index 6e96f4f2a..3bcdf0158 100644
--- a/traffic_portal/app/src/common/modules/form/server/form.server.tpl.html
+++ b/traffic_portal/app/src/common/modules/form/server/form.server.tpl.html
@@ -35,7 +35,7 @@
                     <li ng-show="isCache(server) && !server.updPending"><a 
ng-click="queueServerUpdates(server)">Queue Server Updates</a></li>
                     <li ng-show="isCache(server) && server.updPending"><a 
ng-click="clearServerUpdates(server)">Clear Server Updates</a></li>
                     <li ng-show="isEdge(server) || isCache(server)" 
class="divider"></li>
-                    <li><a ng-show="isEdge(server)" 
ng-click="viewDeliveryServices()">View Delivery Services</a></li>
+                    <li><a ng-click="viewDeliveryServices()">View Delivery 
Services</a></li>
                     <li ng-show="isCache(server)"><a 
ng-click="viewConfigFiles()">View Config Files</a></li>
                 </ul>
             </div>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to