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

This commit is contained in:
Torkel Ödegaard 2015-08-11 21:10:15 +02:00
parent fe093c6385
commit 089508db8e

View File

@ -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) {