mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-22 15:53:09 +00:00
New logo, more screenshots, links in plugin.json
This commit is contained in:
+16
-6
@@ -1,21 +1,31 @@
|
||||
{
|
||||
"type": "panel",
|
||||
"name": "Status Heatmap",
|
||||
"id": "status-heatmap-panel",
|
||||
"name": "Statusmap",
|
||||
"id": "flant-statusmap-panel",
|
||||
|
||||
"info": {
|
||||
"description": "Status Heatmap panel plugin for grafana",
|
||||
"description": "Statusmap panel for grafana",
|
||||
"author": {
|
||||
"name": "Flant JSC",
|
||||
"url": "http://flant.com"
|
||||
},
|
||||
"keywords": ["status", "heatmap", "panel"],
|
||||
"version": "0.0.1",
|
||||
"updated": "2017-11-01",
|
||||
"logos": {
|
||||
"small": "img/logo.svg",
|
||||
"large": "img/logo.svg"
|
||||
}
|
||||
},
|
||||
"links": [
|
||||
{"name": "Github", "url": "https://github.com/flant/grafana-statusmap"},
|
||||
{"name": "MIT Licence", "url": "https://github.com/flant/grafana-statusmap/blob/master/LICENSE"}
|
||||
|
||||
],
|
||||
"screenshots": [
|
||||
{"name": "Panel", "path": "img/flant-statusmap-panel.png"},
|
||||
{"name": "Color mapping", "path": "img/color-mapping.png"},
|
||||
{"name": "Queries example", "path": "img/queries-example.png"}
|
||||
],
|
||||
"version": "0.0.1",
|
||||
"updated": "2018-09-17"
|
||||
},
|
||||
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user