mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 04:09:17 +08:00
feat(dashlist): updated dashlist
This commit is contained in:
@ -9,65 +9,61 @@
|
||||
"hideControls": true,
|
||||
"sharedCrosshair": false,
|
||||
"rows": [
|
||||
{
|
||||
{
|
||||
"collapse": false,
|
||||
"editable": true,
|
||||
"height": "90px",
|
||||
"height": "25px",
|
||||
"panels": [
|
||||
{
|
||||
"content": "<div class=\"text-center dashboard-header\">\n <span>Home Dashboard</span>\n</div>",
|
||||
"editable": true,
|
||||
"id": 1,
|
||||
"links": [],
|
||||
"mode": "html",
|
||||
"span": 12,
|
||||
"style": {},
|
||||
"title": "",
|
||||
"transparent": true,
|
||||
"type": "text",
|
||||
"links": []
|
||||
"type": "text"
|
||||
}
|
||||
],
|
||||
"title": "New row"
|
||||
},
|
||||
{
|
||||
},
|
||||
{
|
||||
"collapse": false,
|
||||
"editable": true,
|
||||
"height": "510px",
|
||||
"panels": [
|
||||
{
|
||||
"id": 2,
|
||||
"limit": 10,
|
||||
"mode": "starred",
|
||||
"query": "",
|
||||
"span": 3.75,
|
||||
"tags": [],
|
||||
"title": "Starred dashboards",
|
||||
"type": "dashlist"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"limit": 10,
|
||||
"mode": "recently viewed",
|
||||
"limit": 4,
|
||||
"links": [],
|
||||
"query": "",
|
||||
"span": 3.75,
|
||||
"span": 7,
|
||||
"tags": [],
|
||||
"title": "Recently viewed dashboards",
|
||||
"type": "dashlist"
|
||||
"title": "",
|
||||
"transparent": false,
|
||||
"type": "dashlist",
|
||||
"recent": true,
|
||||
"search": false,
|
||||
"starred": true,
|
||||
"headings": true
|
||||
},
|
||||
{
|
||||
"title": "",
|
||||
"error": false,
|
||||
"span": 4.5,
|
||||
"editable": true,
|
||||
"type": "pluginlist",
|
||||
"isNew": true,
|
||||
"error": false,
|
||||
"id": 4,
|
||||
"links": []
|
||||
"isNew": true,
|
||||
"links": [],
|
||||
"span": 5,
|
||||
"title": "",
|
||||
"transparent": false,
|
||||
"type": "pluginlist"
|
||||
}
|
||||
],
|
||||
"title": "Row"
|
||||
}
|
||||
],
|
||||
}
|
||||
],
|
||||
"time": {
|
||||
"from": "now-6h",
|
||||
"to": "now"
|
||||
@ -105,7 +101,7 @@
|
||||
"annotations": {
|
||||
"list": []
|
||||
},
|
||||
"schemaVersion": 9,
|
||||
"version": 5,
|
||||
"schemaVersion": 12,
|
||||
"version": 2,
|
||||
"links": []
|
||||
}
|
||||
|
Reference in New Issue
Block a user