Skip to content

Commit

Permalink
Plugin: Adds icon (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
marefr authored Jan 30, 2020
1 parent 19ffd96 commit fadf5c9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ build
devenv
dist
docs
img
node_modules
scripts
.prettierignore
Expand Down
Binary file added img/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
},
"keywords": ["renderer", "png", "backend", "image"],
"logos": {
"small": "img/icon.png",
"large": "img/icon.png"
},
"links": [
{"name": "Project site", "url": "https://github.com/grafana/grafana-image-renderer"},
Expand Down
1 change: 1 addition & 0 deletions scripts/package_target.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ fi
cp plugin.json ${COPY_PATH}
cp README.md ${COPY_PATH}
cp LICENSE ${COPY_PATH}
cp -r img ${COPY_PATH}

0 comments on commit fadf5c9

Please sign in to comment.