Skip to content

Commit

Permalink
Added counter to the Users/Groups table on the Dataverse/Dataset Perm…
Browse files Browse the repository at this point in the history
…issions pg. [ref #2716]
  • Loading branch information
mheppler committed Feb 9, 2016
1 parent 6125a2d commit 888af36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/webapp/permissions-manage.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@
</p:commandLink>
</div>
<div>
<p>
<span class="highlightBold">#{managePermissionsPage.roleAssignments.size()} Users/Groups</span>
</p>

<p:dataTable id="assignedRoles" var="roleAssignment" value="#{managePermissionsPage.roleAssignments}">
<p:column width="35%" headerText="#{bundle['dataverse.permissions.usersOrGroups.tabHeader.userOrGroup']}">
<h:outputText value="#{roleAssignment.assigneeDisplayInfo.title}"/>
Expand Down

0 comments on commit 888af36

Please sign in to comment.