소스 검색

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,
   "logs": true,
   "explore": true,
+  "tables": true,
   "info": {
     "description": "Grafana Logging Data Source for Grafana",
     "author": {
@@ -25,4 +26,4 @@
     ],
     "version": "5.3.0"
   }
-}
+}