
Allow dashboards with links to be created. Change-Id: Ie6e27808e465d98fd6694a60b31aa78b883e7ed3
56 lines
1.7 KiB
JSON
56 lines
1.7 KiB
JSON
{
|
|
"dashboard": {
|
|
"dashboard-with-links": {
|
|
"links": [
|
|
{
|
|
"asDropdown": true,
|
|
"icon": "external link",
|
|
"includeVars": true,
|
|
"keepTime": true,
|
|
"tags": [
|
|
"test_tag"
|
|
],
|
|
"targetBlank": true,
|
|
"title": "test_link_title",
|
|
"type": "dashboards"
|
|
},
|
|
{
|
|
"icon": "cloud",
|
|
"includeVars": false,
|
|
"keepTime": false,
|
|
"targetBlank": false,
|
|
"title": "test_link_title",
|
|
"type": "link",
|
|
"url": "http://grafana.com"
|
|
}
|
|
],
|
|
"rows": [
|
|
{
|
|
"collapse": false,
|
|
"editable": true,
|
|
"height": "250px",
|
|
"panels": [
|
|
{
|
|
"content": "Some example text is required.",
|
|
"editable": true,
|
|
"error": false,
|
|
"mode": "markdown",
|
|
"span": 12,
|
|
"title": "no title (click here)",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"showTitle": false,
|
|
"title": "New row"
|
|
}
|
|
],
|
|
"templating": {
|
|
"enabled": false,
|
|
"list": []
|
|
},
|
|
"timezone": "utc",
|
|
"title": "Dashboard with links"
|
|
}
|
|
}
|
|
}
|