mitchell852 commented on a change in pull request #5217:
URL: https://github.com/apache/trafficcontrol/pull/5217#discussion_r514431189



##########
File path: 
traffic_portal/app/src/common/modules/table/servers/TableServersController.js
##########
@@ -358,10 +360,17 @@ var TableServersController = function(tableName, servers, 
filter, $scope, $state
                        $scope.server = params.data;
                        $scope.$apply();
                },
-               onRowDoubleClicked: function(params) {
-                       locationUtils.navigateToPath('/servers/' + 
params.data.id);
-                       // Event is outside the digest cycle, so we need to 
trigger one.
-                       $scope.$apply();
+        onCellMouseDown: function() {

Review comment:
       format?




----------------------------------------------------------------
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]


Reply via email to