Getting started: Welcome banner (#24286)

* 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>
This commit is contained in:
Peter Holmberg
2020-05-07 13:02:01 +02:00
committed by GitHub
parent 9208c8efd7
commit 01b46d17bd
9 changed files with 271 additions and 25 deletions

View File

@@ -2,30 +2,24 @@
"links": [],
"panels": [
{
"content": "<div class=\"dashboard-header\">\n <span>Welcome to Grafana</span>\n</div>",
"datasource": null,
"editable": true,
"gridPos": {
"h": 2,
"h": 3,
"w": 24,
"x": 0,
"y": 0
},
"id": 1,
"links": [],
"mode": "html",
"options": {},
"style": {},
"title": "",
"transparent": true,
"type": "text"
"type": "welcome"
},
{
"datasource": null,
"folderId": 0,
"gridPos": {
"h": 15,
"w": 11,
"w": 12,
"x": 0,
"y": 4
},
@@ -46,8 +40,8 @@
"datasource": null,
"gridPos": {
"h": 15,
"w": 8,
"x": 11,
"w": 12,
"x": 12,
"y": 4
},
"id": 4,
@@ -57,20 +51,6 @@
},
"title": "Latest from the blog",
"type": "news"
},
{
"datasource": null,
"gridPos": {
"h": 15,
"w": 5,
"x": 19,
"y": 4
},
"id": 123124,
"links": [],
"options": {},
"title": "Useful links",
"type": "homelinks"
}
],
"schemaVersion": 22,