Skip to content

Commit 5b14729

Browse files
committed
screenshots
1 parent 03a678f commit 5b14729

8 files changed

+19
-1
lines changed

img/horizontal_orientation.png

104 KB
Loading

img/panel_options.png

103 KB
Loading

img/vertical_orientation.png

113 KB
Loading

src/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](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](img/horizontal_orientation.png)
18+
![Vertical](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/img/horizontal_orientation.png

104 KB
Loading

src/img/panel_options.png

103 KB
Loading

src/img/vertical_orientation.png

113 KB
Loading

src/plugin.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,20 @@
2828
"url": "https://github.com/speakyourcode/grafana-button-panel/blob/master/LICENSE"
2929
}
3030
],
31-
"screenshots": [],
31+
"screenshots": [
32+
{
33+
"name": "Panel Options",
34+
"path": "img/panel_options.png"
35+
},
36+
{
37+
"name": "Horizontal Orientation",
38+
"path": "img/horizontal_orientation.png"
39+
},
40+
{
41+
"name": "Vertical Orientation",
42+
"path": "img/vertical_orientation.png"
43+
}
44+
],
3245
"version": "%VERSION%",
3346
"updated": "%TODAY%"
3447
},

0 commit comments

Comments
 (0)