File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,14 @@ This panel allows you to create buttons and define actions for them. It can be
9
9
used to add control functionality to your dashboards. Actions are defined as
10
10
queries to Datasources.
11
11
12
+ ![ PanelOptions] ( https://raw.githubusercontent.com/speakyourcode/grafana-button-panel/master/img/panel_options.png )
13
+
12
14
Multiple buttons are allowed within a single panel, they can be arranged either
13
15
horizontally or vertically.
14
16
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
+
15
20
The query field is a JSON object, that depends on each Datasource type. You can
16
21
use Grafana's Query Inspector to find out what Grafana sends to each Datasource,
17
22
and copy those into the query field.
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ This panel allows you to create buttons and define actions for them. It can be
9
9
used to add control functionality to your dashboards. Actions are defined as
10
10
queries to Datasources.
11
11
12
- ![ PanelOptions] ( img/panel_options.png )
12
+ ![ PanelOptions] ( https://raw.githubusercontent.com/speakyourcode/grafana-button-panel/master/ img/panel_options.png)
13
13
14
14
Multiple buttons are allowed within a single panel, they can be arranged either
15
15
horizontally or vertically.
16
16
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)
19
19
20
20
The query field is a JSON object, that depends on each Datasource type. You can
21
21
use Grafana's Query Inspector to find out what Grafana sends to each Datasource,
You can’t perform that action at this time.
0 commit comments