-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugin.json
executable file
·35 lines (35 loc) · 1.5 KB
/
plugin.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"id": "libre-material-crud-table-panel",
"name": "Material CRUD Panel",
"type": "panel",
"info": {
"author": {
"name": "Spruik Technologies",
"email": "[email protected]",
"url": "https://spruiktec.com"
},
"description": "Libre Grafana panel for Create, Read, Update and Delete of Materials",
"keywords": ["table", "panel", "libre"],
"links": [
{"name": "Project site", "url": "https://github.com/Spruik/Libre-Material-CRUD-Table-Panel"},
{"name": "Issues", "url": "https://github.com/Spruik/Libre-Material-CRUD-Table-Panel/issues"}
],
"logos": {
"small": "img/icn-table-panel.svg",
"large": "img/icn-table-panel.svg"
},
"screenshots": [
{"name": "Panel", "url":"public/plugins/libre-material-crud-table-panel/docs/libre-material-crud-table-panel.png"},
{"name": "Material Actions", "url":"public/plugins/libre-material-crud-table-panel/docs/libre-material-crud-table-panel-actions.png"},
{"name": "Material Add", "url":"public/plugins/libre-material-crud-table-panel/docs/libre-material-crud-table-panel-add.png"},
{"name": "Panel Metrics", "url":"public/plugins/libre-material-crud-table-panel/docs/libre-material-crud-table-panel-metrics.png"},
{"name": "Material Search", "url":"public/plugins/libre-material-crud-table-panel/docs/libre-material-crud-table-panel-search.png"}
],
"version": "1.0.3",
"updated": "2020-11-09"
},
"dependencies": {
"grafanaVersion": "6.x.x",
"plugins": [ ]
}
}