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_r391712881
 
 

 ##########
 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:
   how about adding a tooltip to explain what this new checkbox is for? Kinda 
like this:
   
   ```
                   <label class="has-tooltip control-label col-md-2 col-sm-2 
col-xs-12">Network IP *<div class="helptooltip">
                       <div class="helptext">Add a description here about what 
this IP is for and what 'is service address' means</div>
                   </div>
                   </label>
   ```
   
   also do that for IPv6?

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