浏览代码

Added missing category for Predictions

Darrian 9 年之前
父节点
当前提交
96f3ee9e4c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      public/app/plugins/datasource/influxdb/query_part.ts

+ 1 - 0
public/app/plugins/datasource/influxdb/query_part.ts

@@ -15,6 +15,7 @@ var categories = {
   Aggregations: [],
   Selectors: [],
   Transformations: [],
+  Predictions: [],
   Math: [],
   Aliasing: [],
   Fields: [],