فهرست منبع

Fixed a minor plugin json lingering issue

Torkel Ödegaard 6 سال پیش
والد
کامیت
88ef2e1d32
2فایلهای تغییر یافته به همراه5 افزوده شده و 2 حذف شده
  1. 3 1
      public/app/plugins/panel/text/plugin.json
  2. 2 1
      public/app/plugins/panel/text2/plugin.json

+ 3 - 1
public/app/plugins/panel/text/plugin.json

@@ -3,11 +3,13 @@
   "name": "Text",
   "id": "text",
 
+  "dataFormats": [],
+
   "info": {
     "author": {
       "name": "Grafana Project",
       "url": "https://grafana.com"
-},
+    },
     "logos": {
       "small": "img/icn-text-panel.svg",
       "large": "img/icn-text-panel.svg"

+ 2 - 1
public/app/plugins/panel/text2/plugin.json

@@ -3,7 +3,8 @@
   "name": "Text v2",
   "id": "text2",
   "state": "alpha",
-  "noQueries": true,
+
+  "dataFormats": [],
 
   "info": {
     "author": {