mitchell852 commented on a change in pull request #4415: Updated Traffic Portal 
to use TO API v2.0
URL: https://github.com/apache/trafficcontrol/pull/4415#discussion_r381584001
 
 

 ##########
 File path: 
traffic_portal/app/src/common/modules/table/capabilities/table.capabilities.tpl.html
 ##########
 @@ -38,7 +37,7 @@
             </tr>
             </thead>
             <tbody>
-            <tr ng-click="editCapability(c.name)" ng-repeat="c in 
::capabilities">
+            <tr ng-click="viewCapability(c.name)" ng-repeat="c in 
::capabilities">
 
 Review comment:
   seems like the click could go away. you get everything you need in the table.

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

Reply via email to