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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
AdminLTE renderer
Merge requests
!8
Upgrade fontawesome v5 to v6
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Upgrade fontawesome v5 to v6
upgrade-fontawesome-v5-to-v6
into
main
Overview
0
Commits
5
Pipelines
0
Changes
65
Merged
Hahn Axel (hahn)
requested to merge
upgrade-fontawesome-v5-to-v6
into
main
1 year ago
Overview
0
Commits
5
Pipelines
0
Changes
65
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
4d3512a5
5 commits,
1 year ago
65 files
+
33230
−
16263
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
65
Search (e.g. *.vue) (Ctrl+P)
docs/60_Components/Infobox.md
+
2
−
2
Options
@@ -32,7 +32,7 @@ Content:
Key | Description
--- | ---
icon | icon css class; eg. fontawesome "far fa-thumbs-up"
icon | icon css class; eg. fontawesome "fa
-regula
r fa-thumbs-up"
text | visible text
number | Value as string, eg. to format large integers
progressvalue | optional: integer: progress bar; range: 0..100
@@ -45,7 +45,7 @@ $renderAdminLTE->getInfobox(array (
'type'
=>
'success'
,
'bgcolor'
=>
''
,
'shadow'
=>
''
,
'icon'
=>
'far fa-thumbs-up'
,
'icon'
=>
'fa
-regula
r fa-thumbs-up'
,
'text'
=>
'Likes'
,
'number'
=>
'41,410'
,
'progressvalue'
=>
70
,
Loading