rimashah25 commented on code in PR #7295:
URL: https://github.com/apache/trafficcontrol/pull/7295#discussion_r1084332784


##########
traffic_portal/app/src/common/modules/form/server/form.server.tpl.html:
##########
@@ -111,8 +111,18 @@
             </div>
 
             <fieldset>
-                <legend>Profiles<button name="addProfileBtn" class="btn 
btn-primary right-button btn-xs" type="button" title="add a new profile to the 
server" ng-click="addProfile()"><i class="fa fa-plus"></i></button></legend>
-                <fieldset ng-repeat="profile in server.profileNames track by 
$index">
+                <legend title="Layered Profiles for a given server."> Profiles
+                    <button name="addProfileBtn" class="btn btn-primary 
right-button btn-xs" type="button" title="add new profile(s) to the server" 
ng-click="addProfile()"><i class="fa fa-plus"></i></button>
+                </legend>
+                <div class="helptext">

Review Comment:
   It is not on-hover help test, so I will remove `<div>`



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