mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
* welcome banner * use login background * use login background * minor margins and paddings * remove button select, remove useful links * updates * component type * readd margin for smaller screens Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
20 lines
328 B
JSON
20 lines
328 B
JSON
{
|
|
"type": "panel",
|
|
"name": "Welcome",
|
|
"id": "welcome",
|
|
|
|
"skipDataQuery": true,
|
|
"hideFromList": true,
|
|
|
|
"info": {
|
|
"author": {
|
|
"name": "Grafana Labs",
|
|
"url": "https://grafana.com"
|
|
},
|
|
"logos": {
|
|
"small": "img/icn-dashlist-panel.svg",
|
|
"large": "img/icn-dashlist-panel.svg"
|
|
}
|
|
}
|
|
}
|