Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Commit

Permalink
Add screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
pierosavi committed Jan 28, 2021
1 parent 0cbe54b commit 906c488
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Marketplace](https://img.shields.io/badge/dynamic/json?logo=grafana&color=F47A20&label=Marketplace&prefix=v&query=%24.items%5B%3F%28%40.slug%20%3D%3D%20%22pierosavi-imageit-panel%22%29%5D.version&url=https%3A%2F%2Fgrafana.com%2Fapi%2Fplugins)](https://grafana.com/grafana/plugins/pierosavi-imageit-panel)
[![Downloads](https://img.shields.io/badge/dynamic/json?logo=grafana&color=F47A20&label=Downloads&query=%24.items%5B%3F%28%40.slug%20%3D%3D%20%22pierosavi-imageit-panel%22%29%5D.downloads&url=https%3A%2F%2Fgrafana.com%2Fapi%2Fplugins)](https://grafana.com/grafana/plugins/pierosavi-imageit-panel)
[![Marketplace](https://img.shields.io/badge/dynamic/json?logo=grafana&color=F47A20&label=marketplace&prefix=v&query=%24.items%5B%3F%28%40.slug%20%3D%3D%20%22pierosavi-imageit-panel%22%29%5D.version&url=https%3A%2F%2Fgrafana.com%2Fapi%2Fplugins)](https://grafana.com/grafana/plugins/pierosavi-imageit-panel)
[![Downloads](https://img.shields.io/badge/dynamic/json?logo=grafana&color=F47A20&label=downloads&query=%24.items%5B%3F%28%40.slug%20%3D%3D%20%22pierosavi-imageit-panel%22%29%5D.downloads&url=https%3A%2F%2Fgrafana.com%2Fapi%2Fplugins)](https://grafana.com/grafana/plugins/pierosavi-imageit-panel)

# ImageIt Panel Plugin for Grafana

Expand Down
Binary file modified src/img/imageit_example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/imageit_mapping.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/imageit_sensor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,20 @@
"name": "License", "url": "https://github.com/pierosavi/pierosavi-imageit-panel/blob/master/LICENSE"
}
],
"screenshots": [
{
"name": "Panel Example",
"path": "img/imageit_example.png"
},
{
"name": "Sensor options",
"path": "img/imageit_sensor.png"
},
{
"name": "Mapping options",
"path": "img/imageit_mapping.png"
}
],
"version": "%VERSION%",
"updated": "%TODAY%"
},
Expand Down

0 comments on commit 906c488

Please sign in to comment.