File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 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
99used to add control functionality to your dashboards. Actions are defined as
1010queries to Datasources.
1111
12+ ![ PanelOptions] ( https://raw.githubusercontent.com/speakyourcode/grafana-button-panel/master/img/panel_options.png )
13+
1214Multiple buttons are allowed within a single panel, they can be arranged either
1315horizontally 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+
1520The query field is a JSON object, that depends on each Datasource type. You can
1621use Grafana's Query Inspector to find out what Grafana sends to each Datasource,
1722and 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
99used to add control functionality to your dashboards. Actions are defined as
1010queries 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
1414Multiple buttons are allowed within a single panel, they can be arranged either
1515horizontally 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
2020The query field is a JSON object, that depends on each Datasource type. You can
2121use 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