Explorar o código

fix(influxdb 0.9): removed function from function dropdown as this function does not exist in InfluxDB 0.9

Torkel Ödegaard %!s(int64=10) %!d(string=hai) anos
pai
achega
089508db8e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      public/app/plugins/datasource/influxdb/funcEditor.js

+ 1 - 1
public/app/plugins/datasource/influxdb/funcEditor.js

@@ -18,7 +18,7 @@ function (angular, _, $) {
 
       var functionList = [
         'count', 'mean', 'sum', 'min', 'max', 'mode', 'distinct', 'median',
-        'derivative', 'non_negative_derivative', 'stddev', 'first', 'last', 'difference'
+        'derivative', 'non_negative_derivative', 'stddev', 'first', 'last'
       ];
 
       var functionMenu = _.map(functionList, function(func) {