Skip to content

Commit bed18fa

Browse files
committed
automated release 2.0.1
1 parent 6742cdb commit bed18fa

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

dist/plugin.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
3+
"type": "panel",
4+
"name": "Status Panel",
5+
"id": "vonage-status-panel",
6+
"info": {
7+
"description": "Status Panel for Grafana",
8+
"author": {
9+
"name": "Grafana",
10+
"url": "https://github.com/grafana/Grafana_Status_panel"
11+
},
12+
"keywords": ["status", "panel"],
13+
"logos": {
14+
"small": "img/logo.svg",
15+
"large": "img/logo.svg"
16+
},
17+
"links": [
18+
{
19+
"name": "Github",
20+
"url": "https://github.com/grafana/Grafana_Status_panel"
21+
},
22+
{
23+
"name": "License",
24+
"url": "https://github.com/grafana/Grafana_Status_panel/blob/master/LICENSE"
25+
}
26+
],
27+
"screenshots": [],
28+
"version": "2.0.1",
29+
"updated": "2024-10-31"
30+
},
31+
"dependencies": {
32+
"grafanaDependency": ">=10.4.0",
33+
"plugins": []
34+
}
35+
}

0 commit comments

Comments
 (0)