mitchell852 commented on a change in pull request #4142: Allow IPv6 Only 
Caches, including monitoring and routing
URL: https://github.com/apache/trafficcontrol/pull/4142#discussion_r391713923
 
 

 ##########
 File path: 
traffic_portal/app/src/common/modules/form/server/form.server.tpl.html
 ##########
 @@ -133,20 +133,21 @@
                     <span ng-show="hasError(serverForm.interfaceName)" 
class="form-control-feedback"><i class="fa fa-times"></i></span>
                 </div>
             </div>
-            <div class="form-group" ng-class="{'has-error': 
hasError(serverForm.ipAddress), 'has-feedback': 
hasError(serverForm.ipAddress)}">
+            <div class="form-group" ng-class="{'has-error': 
hasError(serverForm.ipAddress) && hasError(serverForm.ip6Address), 
'has-feedback': hasError(serverForm.ipAddress) && 
hasError(serverForm.ip6Address)}">
                 <label class="control-label col-md-2 col-sm-2 
col-xs-12">Network IP *</label>
 
 Review comment:
   you can find descriptions of each field here: 
https://traffic-control-cdn.readthedocs.io/en/latest/api/v2/servers.html#post

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