mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
This commit is contained in:
@@ -1,62 +1,100 @@
|
||||
{
|
||||
"id": null,
|
||||
"title": "Home",
|
||||
"originalTitle": "Home",
|
||||
"tags": [],
|
||||
"style": "dark",
|
||||
"timezone": "browser",
|
||||
"editable": true,
|
||||
"hideControls": true,
|
||||
"sharedCrosshair": false,
|
||||
"rows": [
|
||||
{
|
||||
"title": "New row",
|
||||
"height": "100px",
|
||||
"collapse": false,
|
||||
"editable": true,
|
||||
"height": "100px",
|
||||
"panels": [
|
||||
{
|
||||
"id": 1,
|
||||
"span": 12,
|
||||
"content": "<div class=\"text-center dashboard-header\">\nHome Dashboard\n</div>",
|
||||
"editable": true,
|
||||
"transparent": true,
|
||||
"type": "text",
|
||||
"id": 1,
|
||||
"mode": "html",
|
||||
"content": "<div class=\"text-center\" style=\"padding: 10px 0 20px 0\">\n<img src=\"img/logo_transparent_200x.png\" width=\"170px\"> \n</div>",
|
||||
"span": 12,
|
||||
"style": {},
|
||||
"title": ""
|
||||
"title": "",
|
||||
"transparent": true,
|
||||
"type": "text"
|
||||
}
|
||||
]
|
||||
],
|
||||
"title": "New row"
|
||||
},
|
||||
{
|
||||
"collapse": false,
|
||||
"editable": true,
|
||||
"height": "510px",
|
||||
"panels": [
|
||||
{
|
||||
"id": 2,
|
||||
"span": 6,
|
||||
"type": "dashlist",
|
||||
"limit": 10,
|
||||
"mode": "starred",
|
||||
"title": "Starred dashboards"
|
||||
"query": "",
|
||||
"span": 6,
|
||||
"tags": [],
|
||||
"title": "Starred dashboards",
|
||||
"type": "dashlist"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"span": 6,
|
||||
"type": "dashlist",
|
||||
"limit": 10,
|
||||
"mode": "search",
|
||||
"title": "Dashboards"
|
||||
"query": "",
|
||||
"span": 6,
|
||||
"tags": [],
|
||||
"title": "Dashboards",
|
||||
"type": "dashlist"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"nav": [
|
||||
{
|
||||
"type": "timepicker",
|
||||
"enable": false
|
||||
],
|
||||
"title": "Row"
|
||||
}
|
||||
],
|
||||
"time": {
|
||||
"from": "now-6h",
|
||||
"to": "now"
|
||||
},
|
||||
"timepicker": {
|
||||
"enable": false,
|
||||
"refresh_intervals": [
|
||||
"5s",
|
||||
"10s",
|
||||
"30s",
|
||||
"1m",
|
||||
"5m",
|
||||
"15m",
|
||||
"30m",
|
||||
"1h",
|
||||
"2h",
|
||||
"1d"
|
||||
],
|
||||
"time_options": [
|
||||
"5m",
|
||||
"15m",
|
||||
"1h",
|
||||
"6h",
|
||||
"12h",
|
||||
"24h",
|
||||
"2d",
|
||||
"7d",
|
||||
"30d"
|
||||
],
|
||||
"type": "timepicker"
|
||||
},
|
||||
"templating": {
|
||||
"list": []
|
||||
},
|
||||
"version": 5
|
||||
"annotations": {
|
||||
"list": []
|
||||
},
|
||||
"schemaVersion": 9,
|
||||
"version": 5,
|
||||
"links": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user