show pipeline agg source for derivative

This commit is contained in:
Carl Bergquist
2015-12-10 13:06:46 +01:00
parent 1bb0530c69
commit 2d2ad8b237

View File

@@ -34,7 +34,7 @@
<div class="tight-form" ng-if="showOptions">
<div class="tight-form-inner-box">
<div class="tight-form last" ng-if="agg.type === 'moving_avg'">
<div class="tight-form last" ng-if="agg.pipelineAgg !== undefined">
<ul class="tight-form-list">
<li class="tight-form-item">
Based on