Browse Source

add table support flag for mssql

Erik Sundell 7 years ago
parent
commit
00d8e1f221
1 changed files with 1 additions and 1 deletions
  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,
   "alerting": true,
   "annotations": true,
   "annotations": true,
   "metrics": true,
   "metrics": true,
+  "tables": true,
 
 
   "queryOptions": {
   "queryOptions": {
     "minInterval": true
     "minInterval": true
   }
   }
-
 }
 }