ocket8888 commented on code in PR #7079:
URL: https://github.com/apache/trafficcontrol/pull/7079#discussion_r983938986


##########
traffic_portal/app/src/common/modules/table/serverCapabilityServers/table.serverCapabilityServers.tpl.html:
##########
@@ -20,11 +20,12 @@
 <div class="x_panel">
     <div class="x_title">
         <ol class="breadcrumb pull-left">
-            <li><a href="#!/server-capabilities">Server Capabilities</a></li>
-            <li><a 
ng-href="#!/server-capabilities/{{serverCapability.name}}">{{::serverCapability.name}}</a></li>
+            <li><a ng-click="navigateToPath('/server-capabilities')">Server 
Capabilities</a></li>
+            <li><a ng-click="navigateToPath('/server-capabilities/edit?name=' 
+ serverCapability.name)">{{::serverCapability.name}}</a></li>

Review Comment:
   No, I've added it to #3594. It's likely that'll just never get fixed and 
we'll just have to do it right in TPv2.



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to