ocket8888 commented on a change in pull request #3739: TP: adds the ability to
rearrange delivery service table columns as well as toggle column
visibility/searchability
URL: https://github.com/apache/trafficcontrol/pull/3739#discussion_r308313122
##########
File path:
traffic_portal/app/src/common/modules/table/serverDeliveryServices/TableServerDeliveryServicesController.js
##########
@@ -31,6 +33,32 @@ var TableServerDeliveryServicesController =
function(server, deliveryServices, $
);
};
+ var confirmRemoveDS = function(ds, $event) {
+ if ($event) {
+ $event.stopPropagation(); // this kills the click event
so it doesn't trigger anything else
+ }
+
+ var params = {
Review comment:
`const` ?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services