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


##########
traffic_portal/app/src/common/modules/form/deliveryService/form.deliveryService.HTTP.tpl.html:
##########
@@ -343,11 +343,14 @@ <h3 ng-if="!open()">Previous Value</h3>
                         </div>
                     </div>
                     <div class="form-group" ng-class="{'has-error': 
hasError(generalConfig.requiredCapabilities), 'has-feedback': 
hasError(generalConfig.requiredCapabilities)}">
-                        <label class="has-tooltip control-label col-md-2 
col-sm-2 col-xs-12" for="capability">Required Capability
+                        <div class="has-tooltip control-label col-md-2 
col-sm-2 col-xs-12" for="capability">
+                            <label>Required Capability</label>

Review Comment:
   Same as above



##########
traffic_portal/app/src/common/modules/form/deliveryService/form.deliveryService.DNS.tpl.html:
##########
@@ -343,11 +343,14 @@ <h3 ng-if="!open()">Previous Value</h3>
                         </div>
                     </div>
                     <div class="form-group" ng-class="{'has-error': 
hasError(generalConfig.requiredCapabilities), 'has-feedback': 
hasError(generalConfig.requiredCapabilities)}">
-                        <label class="has-tooltip control-label col-md-2 
col-sm-2 col-xs-12" for="capability">Required Capability
+                        <div class="has-tooltip control-label col-md-2 
col-sm-2 col-xs-12" for="capability">

Review Comment:
   This `for` attribute needs to be on the `<label>` tag below it



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