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_r392446304
##########
File path:
traffic_portal/app/src/common/modules/form/server/form.server.tpl.html
##########
@@ -184,8 +187,11 @@
</div>
</div>
<div class="form-group" ng-class="{'has-error':
hasError(serverForm.ip6Address) && hasError(serverForm.ipAddress),
'has-feedback': hasError(serverForm.ip6Address) &&
hasError(serverForm.ipAddress)}">
- <label class="control-label col-md-2 col-sm-2 col-xs-12">IPv6
Address</label>
- <div class="col-md-10 col-sm-10 col-xs-12">
+ <label class="has-tooltip control-label
col-md-2 col-sm-2 col-xs-12">IPv6 Address *<div class="helptooltip">
+ <div class="helptext">An IPv6
address and subnet mask of Interface Name. If the Is Service Address box is
checked, then this address will be included in the CrConfig and traffic will be
routed to this address. At least one Network IP or IPv6 Address must be
provided.</div>
Review comment:
maybe you should replace Crconfig with 'Traffic Router config' as i think
that would make more sense to a normalish user.
----------------------------------------------------------------
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