ocket8888 commented on a change in pull request #3998: TP: Ability to manager
capabilities of servers
URL: https://github.com/apache/trafficcontrol/pull/3998#discussion_r336192168
##########
File path:
traffic_portal/app/src/common/modules/form/serverCapability/form.serverCapability.tpl.html
##########
@@ -23,6 +23,9 @@
<li><a ng-click="navigateToPath('/server-capabilities')">Server
Capabilities</a></li>
<li class="active">{{::serverCapabilityName}}</li>
</ol>
+ <div class="pull-right" role="group" ng-show="!settings.isNew">
+ <button class="btn btn-primary" title="View Servers"
ng-click="viewServers()">View Servers</button>
Review comment:
This is a `button[type="submit"]` - I think that's probably not appropriate.
----------------------------------------------------------------
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