Skip to content

Commit 6e7f791

Browse files
authored
fix packaging (#31)
1 parent a3365e1 commit 6e7f791

5 files changed

+81
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This plugin extends Grafana Stat panel with icons support. More info at https://
44

55
Icons supported are from [FontAwesome](https://fontawesome.com/)
66

7-
![Example](https://raw.githubusercontent.com/orchestracities/statistics-panel/master/example.png)
7+
![Example](https://raw.githubusercontent.com/orchestracities/statistics-panel/master/src/img/example.png)
88

99
Options available:
1010
- Icon selection

example.png src/img/example.png

File renamed without changes.

src/img/icn-iconstat-panel.svg

+77
Loading

src/img/icn-singlestat-panel.svg

-1
This file was deleted.

src/plugin.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
},
1212
"keywords": ["icons", "trend"],
1313
"logos": {
14-
"small": "img/icn-singlestat-panel.svg",
15-
"large": "img/icn-singlestat-panel.svg"
14+
"small": "img/icn-iconstat-panel.svg",
15+
"large": "img/icn-iconstat-panel.svg"
1616
},
1717
"links": [
1818
{
@@ -24,7 +24,7 @@
2424
"url": "https://github.com/orchestracities/statistics-panel/blob/master/LICENSE"
2525
}
2626
],
27-
"screenshots": [{"name": "example", "path": "example.png"}],
27+
"screenshots": [{"name": "example", "path": "img/example.png"}],
2828
"version": "%VERSION%",
2929
"updated": "%TODAY%"
3030
},

0 commit comments

Comments
 (0)