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
7597fda4
Commit
7597fda4
authored
Feb 09, 2021
by
michael.simon
Browse files
remove id from discovery page
parent
44548d9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
bwreg-webapp/src/main/webapp/welcome/index.xhtml
View file @
7597fda4
...
...
@@ -57,7 +57,7 @@
converter=
"#{federationConverter}"
>
<f:selectItem
itemLabel=
"#{messages.all}"
itemValue=
"#{null}"
/>
<f:selectItems
value=
"#{discoveryLoginBean.federationList}"
var=
"federation"
itemLabel=
"#{federation.name}
(id #{federation.id})
"
itemValue=
"#{federation}"
/>
var=
"federation"
itemLabel=
"#{federation.name}"
itemValue=
"#{federation}"
/>
<f:ajax
execute=
"@this"
render=
"idpBox"
event=
"change"
/>
</p:selectOneMenu>
...
...
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