Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
minerva
core
Merge requests
!326
Admin manual updated
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Admin manual updated
414-manual
into
devel_11.1.x-clean
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
Piotr Gawron
requested to merge
414-manual
into
devel_11.1.x-clean
6 years ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
Closes
#414 (closed)
0
0
Merge request reports
Compare
devel_11.1.x-clean
devel_11.1.x-clean (base)
and
latest version
latest version
49d55c5e
1 commit,
6 years ago
2 files
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
web/src/main/webapp/WEB-INF/components/admin/menu.xhtml
+
1
−
1
Options
@@ -22,7 +22,7 @@
<!-- <p:menuitem value="Genome"
url="/admin/genomes.xhtml?id=#{mapMB.currentMapId}"/> -->
<p:menuitem
value=
"Manual"
onclick=
"window.open('#{request.contextPath}/javax.faces.resource/
admin
_guide.pdf.xhtml?ln=other','_admin_manual_');"
/>
onclick=
"window.open('#{request.contextPath}/javax.faces.resource/
user
_guide.pdf.xhtml?ln=other','_admin_manual_');"
/>
<p:menuitem
value=
"Logout"
actionListener=
"#{userMB.doLogout}"
oncomplete=
"location.reload();"
style=
"position: absolute; right: 6px; color:#ffffff; "
/>
Loading