Skip to content

Commit

Permalink
adds plugin resource links
Browse files Browse the repository at this point in the history
  • Loading branch information
andymchugh committed Apr 11, 2024
1 parent 08fc0b4 commit 0060c9b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.x.x
Adds resource links for webiste, license and yaml defs to the plugin landing page.

Fixes x-scaling ratio when the SVG x-dimension is smaller than the available
window. Now it scales with the window whereas before it scaled at twice the rate
resulting in it being much smaller than necessary.

## 1.5.0
Fixes the grafana variable threshold matching to break out on first rule
match for a given variable/cell tuple. Before it was continuing through
Expand Down
6 changes: 5 additions & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
"small": "img/logo.png",
"large": "img/logo.png"
},
"links": [],
"links": [
{"name": "Website", "url": "https://github.com/andymchugh/andrewbmchugh-flow-panel"},
{"name": "License", "url": "https://github.com/andymchugh/andrewbmchugh-flow-panel/blob/main/LICENSE"},
{"name": "YAML Definitions", "url": "https://github.com/andymchugh/andrewbmchugh-flow-panel/tree/main/yaml_defs"}
],
"screenshots": [
{"name": "Getting Started", "path": "img/example1.png"},
{"name": "Middleware Bus", "path": "img/example2.png"}
Expand Down

0 comments on commit 0060c9b

Please sign in to comment.