Skip to content

Commit

Permalink
fix: show full scope names in user acl table
Browse files Browse the repository at this point in the history
  • Loading branch information
czosel committed Feb 9, 2022
1 parent 8799ee3 commit 77d2758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/templates/users/edit.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
</td>

<td data-test-acl-scope={{aclEntry.id}}>
{{aclEntry.scope.name}}
{{aclEntry.scope.fullName}}
</td>

<td data-test-acl-delete={{aclEntry.id}}>
Expand Down

0 comments on commit 77d2758

Please sign in to comment.