mirror of
https://github.com/grafana/grafana.git
synced 2026-03-12 21:52:54 -04:00
* plugins: Don't exit on duplicate plugin Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Add missing files Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Fix test Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
14 lines
259 B
JSON
14 lines
259 B
JSON
{
|
|
"type": "datasource",
|
|
"name": "Parent",
|
|
"id": "test-app",
|
|
"info": {
|
|
"description": "Parent plugin",
|
|
"author": {
|
|
"name": "Grafana Labs",
|
|
"url": "http://grafana.com"
|
|
},
|
|
"version": "1.0.0",
|
|
"updated": "2020-10-20"
|
|
}
|
|
}
|