From ae3bda81c5db73ccd698e52611b80a07a4c19d61 Mon Sep 17 00:00:00 2001 From: bergquist Date: Tue, 8 Mar 2016 16:52:48 +0100 Subject: [PATCH] example(plugin.json): add dashboards array in includes --- examples/nginx-app/plugin.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/examples/nginx-app/plugin.json b/examples/nginx-app/plugin.json index 6d2cd82ba3b..2cd4a9486d4 100644 --- a/examples/nginx-app/plugin.json +++ b/examples/nginx-app/plugin.json @@ -34,10 +34,13 @@ "updated": "2015-02-10" }, - "includes": [ - {"type": "panel", "name": "Nginx Panel"}, - {"type": "datasource", "name": "Nginx Datasource"} - ], + "includes": { + "dashboards": [], + "plugins": [ + {"type": "panel", "name": "Nginx Panel"}, + {"type": "datasource", "name": "Nginx Datasource"} + ] + }, "dependencies": { "grafanaVersion": "3.x.x",