Skip to content

Commit 1bded8b

Browse files
committed
correct plugin image path
1 parent aaf2947 commit 1bded8b

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pgillich-tree-panel",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "",
55
"scripts": {
66
"build": "grafana-toolkit plugin:build --preserveConsole",
File renamed without changes.

src/img/options.jpg

31.6 KB
Loading

src/plugin.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
"screenshots": [
4646
{
4747
"name": "Panel",
48-
"path": "https://github.com/pgillich/grafana-tree-panel/raw/main/images/1panel.jpg"
48+
"path": "img/1panel.jpg"
4949
},
5050
{
5151
"name": "Options",
52-
"path": "https://github.com/pgillich/grafana-tree-panel/raw/main/images/options.jpg"
52+
"path": "img/options.jpg"
5353
}
5454
],
5555
"version": "%VERSION%",

0 commit comments

Comments
 (0)