File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments