From 2c396d4922a42260f81018b44f03377a0e98b130 Mon Sep 17 00:00:00 2001 From: bergquist Date: Tue, 8 Mar 2016 21:50:02 +0100 Subject: [PATCH] example(plugin.json): align example app with latests version --- examples/nginx-app/plugin.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/examples/nginx-app/plugin.json b/examples/nginx-app/plugin.json index 2cd4a9486d4..0c252186b4e 100644 --- a/examples/nginx-app/plugin.json +++ b/examples/nginx-app/plugin.json @@ -34,13 +34,10 @@ "updated": "2015-02-10" }, - "includes": { - "dashboards": [], - "plugins": [ + "includes": [ {"type": "panel", "name": "Nginx Panel"}, {"type": "datasource", "name": "Nginx Datasource"} - ] - }, + ], "dependencies": { "grafanaVersion": "3.x.x",