mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(elasticsearch): adds last class for derivatives
This commit is contained in:
parent
139b19f9ac
commit
662430d5db
@ -34,7 +34,7 @@
|
||||
|
||||
<div class="tight-form" ng-if="showOptions">
|
||||
<div class="tight-form-inner-box">
|
||||
<div class="tight-form first" ng-if="agg.pipelineAgg !== undefined">
|
||||
<div class="tight-form first" ng-if="agg.pipelineAgg !== undefined" ng-class="{ 'last': agg.type === 'derivative'}">
|
||||
<ul class="tight-form-list">
|
||||
<li class="tight-form-item" style="width: 75px;">
|
||||
Based on
|
||||
|
Loading…
Reference in New Issue
Block a user