Skip to content

Commit

Permalink
fix packaging (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
chicco785 authored Apr 28, 2022
1 parent a3365e1 commit 6e7f791
Show file tree
Hide file tree
Showing 5 changed files with 81 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This plugin extends Grafana Stat panel with icons support. More info at https://

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

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

Options available:
- Icon selection
Expand Down
File renamed without changes
77 changes: 77 additions & 0 deletions src/img/icn-iconstat-panel.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/img/icn-singlestat-panel.svg

This file was deleted.

6 changes: 3 additions & 3 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"keywords": ["icons", "trend"],
"logos": {
"small": "img/icn-singlestat-panel.svg",
"large": "img/icn-singlestat-panel.svg"
"small": "img/icn-iconstat-panel.svg",
"large": "img/icn-iconstat-panel.svg"
},
"links": [
{
Expand All @@ -24,7 +24,7 @@
"url": "https://github.com/orchestracities/statistics-panel/blob/master/LICENSE"
}
],
"screenshots": [{"name": "example", "path": "example.png"}],
"screenshots": [{"name": "example", "path": "img/example.png"}],
"version": "%VERSION%",
"updated": "%TODAY%"
},
Expand Down

0 comments on commit 6e7f791

Please sign in to comment.