/
githubmirror
/
grafana
Обзор
Документация
Войти
/
githubmirror
/
grafana
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
pkg/plugins/manager/testdata/test-app-with-includes/plugin.json
37 строк
817 B
Will Browne
Plugins: Fix Default Nav URL for dashboard includes (#47143)
06 апр 2022, 11:50
Не верифицирован
06 апр 2022, 11:50
aef5b29
Код
Авторство
О чём код?
{ "type": "app", "name": "Test App", "id": "test-app", "info": { "description": "Official Grafana Test App & Dashboard bundle", "author": { "name": "Test Inc.", "url": "http://test.com" }, "keywords": ["test"], "links": [ {"name": "Project site", "url": "http://project.com"}, {"name": "License & Terms", "url": "http://license.com"} ], "version": "1.0.0", "updated": "2015-02-10" }, "includes": [ { "type": "dashboard", "name": "Nginx Memory", "path": "dashboards/memory.json" }, { "type": "page", "name": "Root Page (react)", "path": "/a/my-simple-app", "role": "Viewer", "addToNav": true, "defaultNav": true } ], "dependencies": { "grafanaDependency": ">=8.0.0" } }