You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2022/04/08 21:59:21 UTC

[GitHub] [trafficcontrol] ocket8888 commented on a diff in pull request #6703: Don't check for locks on dequeue

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


##########
traffic_portal/app/src/common/modules/dialog/select/lock/dialog.select.lock.tpl.html:
##########
@@ -51,7 +51,7 @@ <h4 class="modal-title">Create CDN Lock</h4>
                         </label>
                         <input id="soft" name="lockType" type="radio" ng-model="lock.soft" ng-value="true" required>
                         <label class="has-tooltip" for="hard">Hard<div class="helptooltip">
-                            <div class="helptext">A <dfn>hard</dfn> lock will prevent others from queueing server updates or snapshotting the locked CDN. It will also block others from making changes that would change the state of the locked CDN.
+                            <div class="helptext">A <dfn>hard</dfn> lock will prevent others from queueing server updates or snapshotting the locked CDN. It will also block others from making changes(except clearing updates) that would change the state of the locked CDN.

Review Comment:
   There should be a space between `changes` and `(except`



-- 
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: issues-unsubscribe@trafficcontrol.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org