فهرست منبع

example(plugin.json): align example app with latests version

bergquist 10 سال پیش
والد
کامیت
2c396d4922
1فایلهای تغییر یافته به همراه2 افزوده شده و 5 حذف شده
  1. 2 5
      examples/nginx-app/plugin.json

+ 2 - 5
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",