mirror of https://github.com/grafana/grafana.git
Add additional icons
CodeQL checks / Detect whether code changed (push) Waiting to run
Details
CodeQL checks / Analyze (actions) (push) Blocked by required conditions
Details
CodeQL checks / Analyze (go) (push) Blocked by required conditions
Details
CodeQL checks / Analyze (javascript) (push) Blocked by required conditions
Details
CodeQL checks / Detect whether code changed (push) Waiting to run
Details
CodeQL checks / Analyze (actions) (push) Blocked by required conditions
Details
CodeQL checks / Analyze (go) (push) Blocked by required conditions
Details
CodeQL checks / Analyze (javascript) (push) Blocked by required conditions
Details
This commit is contained in:
parent
d383f84e58
commit
d0d8a3a296
|
@ -28,6 +28,7 @@ export const availableIconsIndex = {
|
|||
apps: true,
|
||||
'archive-alt': true,
|
||||
arrow: true,
|
||||
'arrow-circle-right': true,
|
||||
'arrow-down': true,
|
||||
'arrow-from-right': true,
|
||||
'arrow-left': true,
|
||||
|
@ -69,7 +70,10 @@ export const availableIconsIndex = {
|
|||
'clipboard-alt': true,
|
||||
'clock-nine': true,
|
||||
cloud: true,
|
||||
'cloud-database-tree': true,
|
||||
'cloud-download': true,
|
||||
'cloud-exclamation': true,
|
||||
'cloud-info': true,
|
||||
'cloud-provider': true,
|
||||
'cloud-upload': true,
|
||||
'code-branch': true,
|
||||
|
@ -177,6 +181,7 @@ export const availableIconsIndex = {
|
|||
'key-skeleton-alt': true,
|
||||
keyboard: true,
|
||||
kubernetes: true,
|
||||
'laptop-cloud': true,
|
||||
'layer-group': true,
|
||||
'layers-alt': true,
|
||||
layers: true,
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
"unicons/angle-up",
|
||||
"unicons/apps",
|
||||
"unicons/arrow",
|
||||
"unicons/arrow-circle-right",
|
||||
"unicons/arrow-down",
|
||||
"unicons/arrow-from-right",
|
||||
"unicons/arrow-left",
|
||||
|
@ -43,7 +44,10 @@
|
|||
"unicons/clipboard-alt",
|
||||
"unicons/clock-nine",
|
||||
"unicons/cloud",
|
||||
"unicons/cloud-database-tree",
|
||||
"unicons/cloud-download",
|
||||
"unicons/cloud-exclamation",
|
||||
"unicons/cloud-info",
|
||||
"unicons/code-branch",
|
||||
"unicons/cog",
|
||||
"unicons/columns",
|
||||
|
@ -92,6 +96,7 @@
|
|||
"unicons/key-skeleton-alt",
|
||||
"unicons/keyboard",
|
||||
"unicons/kubernetes",
|
||||
"unicons/laptop-cloud",
|
||||
"unicons/link",
|
||||
"unicons/list-ul",
|
||||
"unicons/lock",
|
||||
|
|
Loading…
Reference in New Issue