diff --git a/examples/nginx-app/plugin.json b/examples/nginx-app/plugin.json index 2cd4a9486d4..65f01ad62fc 100644 --- a/examples/nginx-app/plugin.json +++ b/examples/nginx-app/plugin.json @@ -34,13 +34,11 @@ "updated": "2015-02-10" }, - "includes": { - "dashboards": [], - "plugins": [ - {"type": "panel", "name": "Nginx Panel"}, - {"type": "datasource", "name": "Nginx Datasource"} - ] - }, + "includes": [ + {"type": "dashboard", "name": "Nginx Connection stats", "path": "dashboards/nginx_connection_stats.json"}, + {"type": "panel", "name": "Nginx Panel"}, + {"type": "datasource", "name": "Nginx Datasource"} + ], "dependencies": { "grafanaVersion": "3.x.x", diff --git a/examples/nginx-app/src/dashboards/nginx_connection_stats.json b/examples/nginx-app/src/dashboards/nginx_connection_stats.json new file mode 100644 index 00000000000..e69de29bb2d diff --git a/public/app/features/plugins/partials/edit.html b/public/app/features/plugins/partials/edit.html index 9bb9ebfdbaf..c3881381ed5 100644 --- a/public/app/features/plugins/partials/edit.html +++ b/public/app/features/plugins/partials/edit.html @@ -1,5 +1,5 @@ - + {{ctrl.model.name}}