necouchman commented on code in PR #830: URL: https://github.com/apache/guacamole-client/pull/830#discussion_r1218441554
########## extensions/guacamole-auth-restrict/src/main/resources/templates/hostRestrictionField.html: ########## @@ -0,0 +1,23 @@ +<div class="hostField"> + <table class="restrictionList" ng-show="restrictions !== null && restrictions.length > 0"> + <tr> + <th>Host</th> + <th><img src="images/x-red.svg" class="restrictionListHeader" alt="X"></th> Review Comment: Just to denote that it is a column that contains the X to remove the entry from the table. I suppose that should be obvious based on the X, there, and I can probably remove the header. -- 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: dev-unsubscr...@guacamole.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org