You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2019/05/20 15:57:59 UTC

[GitHub] [trafficcontrol] mitchell852 commented on a change in pull request #3522: TP: removes hard coding of 'Edge' from clone ds functionality because TO …

mitchell852 commented on a change in pull request #3522: TP: removes hard coding of 'Edge' from clone ds functionality because TO …
URL: https://github.com/apache/trafficcontrol/pull/3522#discussion_r285663157
 
 

 ##########
 File path: traffic_portal/app/src/common/modules/table/serverDeliveryServices/TableServerDeliveryServicesController.js
 ##########
 @@ -63,7 +63,7 @@ var TableServerDeliveryServicesController = function(server, deliveryServices, $
 					return params;
 				},
 				collection: function(serverService) {
-					return serverService.getServers({ type: 'EDGE', orderby: 'hostName' });
+					return serverService.getServers({ type: server.type, orderby: 'hostName' });
 
 Review comment:
   good point

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


With regards,
Apache Git Services