Skip to content

Commit e382935

Browse files
committed
url links to images
1 parent 136bc4f commit e382935

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,14 @@ This panel allows you to create buttons and define actions for them. It can be
99
used to add control functionality to your dashboards. Actions are defined as
1010
queries to Datasources.
1111

12+
![PanelOptions](https://raw.githubusercontent.com/speakyourcode/grafana-button-panel/master/img/panel_options.png)
13+
1214
Multiple buttons are allowed within a single panel, they can be arranged either
1315
horizontally or vertically.
1416

17+
![Horizontal](https://raw.githubusercontent.com/speakyourcode/grafana-button-panel/master/img/horizontal_orientation.png)
18+
![Vertical](https://raw.githubusercontent.com/speakyourcode/grafana-button-panel/master/img/vertical_orientation.png)
19+
1520
The query field is a JSON object, that depends on each Datasource type. You can
1621
use Grafana's Query Inspector to find out what Grafana sends to each Datasource,
1722
and copy those into the query field.

src/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ This panel allows you to create buttons and define actions for them. It can be
99
used to add control functionality to your dashboards. Actions are defined as
1010
queries to Datasources.
1111

12-
![PanelOptions](img/panel_options.png)
12+
![PanelOptions](https://raw.githubusercontent.com/speakyourcode/grafana-button-panel/master/img/panel_options.png)
1313

1414
Multiple buttons are allowed within a single panel, they can be arranged either
1515
horizontally or vertically.
1616

17-
![Horizontal](img/horizontal_orientation.png)
18-
![Vertical](img/vertical_orientation.png)
17+
![Horizontal](https://raw.githubusercontent.com/speakyourcode/grafana-button-panel/master/img/horizontal_orientation.png)
18+
![Vertical](https://raw.githubusercontent.com/speakyourcode/grafana-button-panel/master/img/vertical_orientation.png)
1919

2020
The query field is a JSON object, that depends on each Datasource type. You can
2121
use Grafana's Query Inspector to find out what Grafana sends to each Datasource,

0 commit comments

Comments
 (0)