Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
reg-app
Regapp
Commits
3bb01b41
Commit
3bb01b41
authored
Dec 10, 2020
by
michael.simon
Browse files
change header from token-admin page
parent
180cb14f
Changes
1
Hide whitespace changes
Inline
Side-by-side
bwreg-webapp/src/main/webapp/token-admin/index.xhtml
View file @
3bb01b41
...
...
@@ -57,10 +57,12 @@
<p:messages
id=
"messageBox"
showDetail=
"true"
escape=
"false"
/>
<h:panelGroup
rendered=
"#{not tokenAdminIndexBean.readOnly}"
>
<h3>
#{messages.twofa_list} (#{tokenAdminIndexBean.selectedUser.eppn})
</h3>
</h:panelGroup>
<p:dataGrid
var=
"token"
value=
"#{tokenAdminIndexBean.userTokenList}"
columns=
"2"
styleClass=
"whitefoot"
layout=
"grid"
style=
"margin-bottom: 16px;"
rendered=
"#{not tokenAdminIndexBean.readOnly}"
>
<f:facet
name=
"header"
>
#{messages.twofa_list} (#{tokenAdminIndexBean.selectedUser.eppn})
</f:facet>
<p:panel
styleClass=
"grayback"
style=
"margin-bottom: 0px;"
>
<f:facet
name=
"header"
>
<i
class=
"fa fa-fw fa-key"
></i>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment