From 6e7f791e2c8fd88907c7ed6a0d6d6379a5dad631 Mon Sep 17 00:00:00 2001 From: "Federico M. Facca" Date: Thu, 28 Apr 2022 16:39:53 +0200 Subject: [PATCH] fix packaging (#31) --- README.md | 2 +- example.png => src/img/example.png | Bin src/img/icn-iconstat-panel.svg | 77 +++++++++++++++++++++++++++++ src/img/icn-singlestat-panel.svg | 1 - src/plugin.json | 6 +-- 5 files changed, 81 insertions(+), 5 deletions(-) rename example.png => src/img/example.png (100%) create mode 100644 src/img/icn-iconstat-panel.svg delete mode 100644 src/img/icn-singlestat-panel.svg diff --git a/README.md b/README.md index c6b7218..5594ac5 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/example.png b/src/img/example.png similarity index 100% rename from example.png rename to src/img/example.png diff --git a/src/img/icn-iconstat-panel.svg b/src/img/icn-iconstat-panel.svg new file mode 100644 index 0000000..6a3b63d --- /dev/null +++ b/src/img/icn-iconstat-panel.svg @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + diff --git a/src/img/icn-singlestat-panel.svg b/src/img/icn-singlestat-panel.svg deleted file mode 100644 index ced074a..0000000 --- a/src/img/icn-singlestat-panel.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/plugin.json b/src/plugin.json index 44f59e6..906f623 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -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": [ { @@ -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%" },