ソースを参照

add table support flag for mssql

Erik Sundell 7 年 前
コミット
00d8e1f221
1 ファイル変更1 行追加1 行削除
  1. 1 1
      public/app/plugins/datasource/mssql/plugin.json

+ 1 - 1
public/app/plugins/datasource/mssql/plugin.json

@@ -18,9 +18,9 @@
   "alerting": true,
   "annotations": true,
   "metrics": true,
+  "tables": true,
 
   "queryOptions": {
     "minInterval": true
   }
-
 }