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
fe92a039
Commit
fe92a039
authored
Mar 06, 2019
by
michael.simon
Browse files
add ssh key option for navigation
parent
8c6daca0
Changes
2
Hide whitespace changes
Inline
Side-by-side
bwreg-webapp/src/main/webapp/template/left-side-bar-kit.xhtml
View file @
fe92a039
...
...
@@ -30,6 +30,11 @@
<h:link
outcome=
"#{request.contextPath}/user/attribute-sources.xhtml"
value=
"#{messages.my_attribute_sources}"
/>
</li>
</h:panelGroup>
<h:panelGroup
rendered=
"#{authorizationBean.appConfig.getConfigValue('show_ssh_keys').equalsIgnoreCase('true')}"
>
<li><span
class=
"ui-icon ui-icon-suitcase"
style=
"display:inline-block; vertical-align: bottom;"
/>
<h:link
outcome=
"#{request.contextPath}/user/ssh-keys.xhtml"
value=
"#{messages.my_ssh_keys}"
/>
</li>
</h:panelGroup>
</ul>
</div>
</div>
...
...
bwreg-webapp/src/main/webapp/template/left-side-bar.xhtml
View file @
fe92a039
...
...
@@ -30,6 +30,11 @@
<h:link
outcome=
"#{request.contextPath}/user/attribute-sources.xhtml"
value=
"#{messages.my_attribute_sources}"
/>
</li>
</h:panelGroup>
<h:panelGroup
rendered=
"#{authorizationBean.appConfig.getConfigValue('show_ssh_keys').equalsIgnoreCase('true')}"
>
<li><span
class=
"ui-icon ui-icon-suitcase"
style=
"display:inline-block; vertical-align: bottom;"
/>
<h:link
outcome=
"#{request.contextPath}/user/ssh-keys.xhtml"
value=
"#{messages.my_ssh_keys}"
/>
</li>
</h:panelGroup>
</ul>
</div>
</div>
...
...
Write
Preview
Supports
Markdown
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