Browse Source

update plugin.json

pull/2/head
vargburz 2 years ago
parent
commit
dc7b2fe6e3
  1. 1
      README.md
  2. 8
      src/plugin.json

1
README.md

@ -43,6 +43,7 @@ see [demo](https://grafana.corpglory.com/d/8vGyMypGz/demo-home?orgId=4)
- type number for static maximum OR - type number for static maximum OR
- enable "Use metric" toggle switch to select metric as maximum - enable "Use metric" toggle switch to select metric as maximum
- default value: maximum of metric query - default value: maximum of metric query
## Installation ## Installation
### Linux / Mac OS X ### Linux / Mac OS X

8
src/plugin.json

@ -4,7 +4,7 @@
"name": "Chartwerk", "name": "Chartwerk",
"id": "corpglory-chartwerk-panel", "id": "corpglory-chartwerk-panel",
"info": { "info": {
"description": "", "description": "Chartwerk panel for Grafana",
"author": { "author": {
"name": "CorpGlory Inc.", "name": "CorpGlory Inc.",
"url": "https://corpglory.com" "url": "https://corpglory.com"
@ -17,11 +17,15 @@
"links": [ "links": [
{ {
"name": "Website", "name": "Website",
"url": "https://gitlab.com/chartwerk/grafana-chartwerk-panel" "url": "https://https://chartwerk.io/"
}, },
{ {
"name": "License", "name": "License",
"url": "https://gitlab.com/chartwerk/grafana-chartwerk-panel/blob/main/LICENSE" "url": "https://gitlab.com/chartwerk/grafana-chartwerk-panel/blob/main/LICENSE"
},
{
"name": "Gitlab",
"url": "https://gitlab.com/chartwerk/grafana-chartwerk-panel/"
} }
], ],
"screenshots": [ "screenshots": [

Loading…
Cancel
Save