فهرست منبع

add table support flag for logging

Erik Sundell 7 سال پیش
والد
کامیت
71f6235a8c
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      public/app/plugins/datasource/logging/plugin.json

+ 2 - 1
public/app/plugins/datasource/logging/plugin.json

@@ -7,6 +7,7 @@
   "annotations": false,
   "annotations": false,
   "logs": true,
   "logs": true,
   "explore": true,
   "explore": true,
+  "tables": true,
   "info": {
   "info": {
     "description": "Grafana Logging Data Source for Grafana",
     "description": "Grafana Logging Data Source for Grafana",
     "author": {
     "author": {
@@ -25,4 +26,4 @@
     ],
     ],
     "version": "5.3.0"
     "version": "5.3.0"
   }
   }
-}
+}