rawlinp opened a new pull request #2601: TP: Provide way to enable or disable 
cachegroup localization methods
URL: https://github.com/apache/trafficcontrol/pull/2601
 
 
   With support via the TO API, add the ability to enable/disable localization 
methods (CZ, DEEP_CZ, GEO) in the cachegroup view.
   
   This is done by having a checkbox per localization method (by default all 
are checked) which is then translated into an array of enabled localization 
methods that the API expects. This more naturally mapped to having a `select` 
with the `multiple` attribute which actually binds to an array in angularjs, 
but I think that provided a worse UX compared to checkboxes.
   
   This depends on the API implementation in #2557 

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to