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
Commits
d968de34
Commit
d968de34
authored
1 year ago
by
Hahn Axel (hahn)
Browse files
Options
Downloads
Patches
Plain Diff
update docs
parent
81920add
No related branches found
No related tags found
1 merge request
!8
Upgrade fontawesome v5 to v6
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/40_Navigation.md
+5
-5
5 additions, 5 deletions
docs/40_Navigation.md
docs/60_Components/Infobox.md
+2
-2
2 additions, 2 deletions
docs/60_Components/Infobox.md
docs/60_Components/Smallbox.md
+2
-2
2 additions, 2 deletions
docs/60_Components/Smallbox.md
with
9 additions
and
9 deletions
docs/40_Navigation.md
+
5
−
5
View file @
d968de34
...
@@ -6,12 +6,12 @@ For the top navigation and left the basic array looks like this:
...
@@ -6,12 +6,12 @@ For the top navigation and left the basic array looks like this:
```
php
```
php
return
[
return
[
[
'href'
=>
'#'
,
'label'
=>
'Menu A'
,
'icon'
=>
'fa
s
fa-home'
],
[
'href'
=>
'#'
,
'label'
=>
'Menu A'
,
'icon'
=>
'fa
-solid
fa-home'
],
[
'href'
=>
'#'
,
'label'
=>
'Menu B'
,
'icon'
=>
'fa
s
fa-tv'
],
[
'href'
=>
'#'
,
'label'
=>
'Menu B'
,
'icon'
=>
'fa
-solid
fa-tv'
],
[
'href'
=>
'#'
,
'label'
=>
'Menu C'
,
'icon'
=>
'fa
s
fa-truck-pickup'
,
'class'
=>
'active'
,
[
'href'
=>
'#'
,
'label'
=>
'Menu C'
,
'icon'
=>
'fa
-solid
fa-truck-pickup'
,
'class'
=>
'active'
,
'children'
=>
[
'children'
=>
[
[
'href'
=>
'#'
,
'label'
=>
'FAQ'
,
'icon'
=>
'fa
s
fa-truck-monster'
],
[
'href'
=>
'#'
,
'label'
=>
'FAQ'
,
'icon'
=>
'fa
-solid
fa-truck-monster'
],
[
'href'
=>
'#'
,
'label'
=>
'Support'
,
'icon'
=>
'fa
s
fa-truck-moving'
],
[
'href'
=>
'#'
,
'label'
=>
'Support'
,
'icon'
=>
'fa
-solid
fa-truck-moving'
],
]
]
]
]
];
];
...
...
This diff is collapsed.
Click to expand it.
docs/60_Components/Infobox.md
+
2
−
2
View file @
d968de34
...
@@ -32,7 +32,7 @@ Content:
...
@@ -32,7 +32,7 @@ Content:
Key | Description
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
text | visible text
number | Value as string, eg. to format large integers
number | Value as string, eg. to format large integers
progressvalue | optional: integer: progress bar; range: 0..100
progressvalue | optional: integer: progress bar; range: 0..100
...
@@ -45,7 +45,7 @@ $renderAdminLTE->getInfobox(array (
...
@@ -45,7 +45,7 @@ $renderAdminLTE->getInfobox(array (
'type'
=>
'success'
,
'type'
=>
'success'
,
'bgcolor'
=>
''
,
'bgcolor'
=>
''
,
'shadow'
=>
''
,
'shadow'
=>
''
,
'icon'
=>
'far fa-thumbs-up'
,
'icon'
=>
'fa
-regula
r fa-thumbs-up'
,
'text'
=>
'Likes'
,
'text'
=>
'Likes'
,
'number'
=>
'41,410'
,
'number'
=>
'41,410'
,
'progressvalue'
=>
70
,
'progressvalue'
=>
70
,
...
...
This diff is collapsed.
Click to expand it.
docs/60_Components/Smallbox.md
+
2
−
2
View file @
d968de34
...
@@ -29,7 +29,7 @@ Content:
...
@@ -29,7 +29,7 @@ Content:
Key | Description
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
text | visible text
number | Value as string, eg. to format large integers
number | Value as string, eg. to format large integers
url | optional: url to set a link on the bottom
url | optional: url to set a link on the bottom
...
@@ -40,7 +40,7 @@ linktext | used if a url was given: linked text
...
@@ -40,7 +40,7 @@ linktext | used if a url was given: linked text
```
php
```
php
$renderAdminLTE
->
getSmallbox
(
array
(
$renderAdminLTE
->
getSmallbox
(
array
(
'type'
=>
'info'
,
'type'
=>
'info'
,
'icon'
=>
'fa
s
fa-shopping-cart'
,
'icon'
=>
'fa
-solid
fa-shopping-cart'
,
'text'
=>
'New orders'
,
'text'
=>
'New orders'
,
'number'
=>
'150'
,
'number'
=>
'150'
,
'url'
=>
'#'
,
'url'
=>
'#'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment