Commit 089508db by Torkel Ödegaard

fix(influxdb 0.9): removed function from function dropdown as this function…

fix(influxdb 0.9): removed  function from function dropdown as this function does not exist in InfluxDB 0.9
parent fe093c63
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment