scottyaslan commented on code in PR #8608:
URL: https://github.com/apache/nifi/pull/8608#discussion_r1556399872


##########
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/pages/access-policies/ui/common/add-tenant-to-policy-dialog/add-tenant-to-policy-dialog.component.html:
##########
@@ -36,14 +36,15 @@ <h2 mat-dialog-title>Add Users/Groups To Policy</h2>
                 <mat-selection-list formControlName="userGroups" 
class="border">
                     @for (userGroup of filteredUserGroups; track userGroup) {
                         <mat-list-option togglePosition="before" 
[value]="userGroup.id">
-                            <i class="fa fa-users mr-3"></i>{{ 
userGroup.component.identity }}
+                            <i class="fa fa-users 
mat-primary-on-default-surface mr-3"></i

Review Comment:
   Yes



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