Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AdminLTE renderer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
AdminLTE renderer
Merge requests
!14
Update renderer class
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Update renderer class
update_renderer_class
into
main
Overview
0
Commits
4
Pipelines
0
Changes
3
Merged
Update renderer class
Hahn Axel (hahn)
requested to merge
update_renderer_class
into
main
Nov 17, 2023
Overview
0
Commits
4
Pipelines
0
Changes
3
add tabbed content
styling without left navigation
hamburger menu in top navigation must be be given explicitly
0
0
Merge request reports
Viewing commit
c4d37278
Prev
Next
Show latest version
3 files
+
55
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
c4d37278
update docs
· c4d37278
Hahn Axel (hahn)
authored
Nov 17, 2023
docs/30_Page/10_Page_layout.md
+
11
−
0
View file @ c4d37278
Edit in single-file editor
Open in Web IDE
Show full file
@@ -34,6 +34,17 @@ Variable | Description
{{PAGE_FOOTER_RIGHT}} | page: footer on the left |
{{PAGE_FOOTER_LEFT}} | page: footer on the right |
#### No left sidebar
This shows the left sidebar:
`'{{PAGE_LAYOUT}}' =>'layout-navbar-fixed layout-fixed sidebar-mini',`
This hides the left sidebar:
`'{{PAGE_LAYOUT}}' =>'layout-top-nav sidebar-collapse',`
If you don't have any left sidebar then additionally remove the hampurger menu from the top menu.
## Initial example
### Init Renderer class
Loading