-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.json
executable file
·33 lines (33 loc) · 1.27 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
{
"id": "libre-operator-order-mgt-table-panel",
"type": "panel",
"name": "Order Operator Table",
"info": {
"author": {
"name": "Spruik Technologies",
"email": "[email protected]",
"url": "https://spruiktec.com"
},
"description": "A Libre panel to execute, pause and complete orders for manufacture",
"keywords": ["table", "panel", "libre"],
"links": [
{"name": "Project site", "url": "https://github.com/Spruik/Libre-Operator-Order-Mgt-Table-Panel"},
{"name": "Issues", "url": "https://github.com/Spruik/Libre-Operator-Order-Mgt-Table-Panel/issues"}
],
"screenshots": [
{"name": "Panel", "url": "public/plugins/libre-operator-order-mgt-table-panel/docs/libre-operator-order-mgt-table-panel.png"},
{"name": "Actions", "url": "public/plugins/libre-operator-order-mgt-table-panel/docs/libre-operator-order-mgt-table-panel-actions.png"},
{"name": "Metrics", "url": "public/plugins/libre-operator-order-mgt-table-panel/docs/libre-operator-order-mgt-table-panel-metrics.png"}
],
"logos": {
"small": "img/icn-table-panel.svg",
"large": "img/icn-table-panel.svg"
},
"version": "1.0.3",
"updated": "2021-01-22"
},
"dependencies": {
"grafanaVersion": "6.x.x",
"plugins": [ ]
}
}