Commit dc680a41 by Uros Meglic Committed by Torkel Ödegaard

fix(elasticsearch): Query editor allows to remove last group by (#5692) (#6223)

parent cace1d6b
......@@ -23,7 +23,7 @@
<label class="gf-form-label" ng-if="isFirst">
<a class="pointer" ng-click="addBucketAgg()"><i class="fa fa-plus"></i></a>
</label>
<label class="gf-form-label">
<label class="gf-form-label" ng-if="!isFirst">
<a class="pointer" ng-click="removeBucketAgg()"><i class="fa fa-minus"></i></a>
</label>
</div>
......
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