Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions idmconsole/src/main/webapp/manageusers.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,23 @@
</f:facet>
#{user.username}
</h:column>

<h:column width="auto">
<f:facet name="header">
First name
</f:facet>
#{user.firstName}
</h:column>

<h:column width="auto">
<f:facet name="header">
Last name
</f:facet>
#{user.lastName}
</h:column>



<h:column id="enabled" width="auto">
<f:facet name="header">
Enabled
Expand Down