
Allow dashboards with links to be created. Change-Id: Ie6e27808e465d98fd6694a60b31aa78b883e7ed3
24 lines
525 B
YAML
24 lines
525 B
YAML
dashboard:
|
|
title: Dashboard with links
|
|
links:
|
|
- type: dashboards
|
|
title: test_link_title
|
|
asDropdown: true
|
|
tags:
|
|
- test_tag
|
|
includeVars: true
|
|
keepTime: true
|
|
targetBlank: true
|
|
- type: link
|
|
title: test_link_title
|
|
icon: cloud
|
|
url: http://grafana.com
|
|
rows:
|
|
- title: New row
|
|
height: 250px
|
|
panels:
|
|
- title: no title (click here)
|
|
type: text
|
|
mode: markdown
|
|
content: Some example text is required.
|