mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixed remove mapping function
This commit is contained in:
parent
7b2a21994f
commit
5defc2a3d2
@ -52,7 +52,7 @@
|
||||
<div class="tight-form" ng-repeat="rangeMap in ctrl.panel.rangeMaps">
|
||||
<ul class="tight-form-list">
|
||||
<li class="tight-form-item">
|
||||
<i class="fa fa-remove pointer" ng-click="ctrl.panel.removeRangeMap(rangeMap)"></i>
|
||||
<i class="fa fa-remove pointer" ng-click="ctrl.removeRangeMap(rangeMap)"></i>
|
||||
</li>
|
||||
<li class="tight-form-item">
|
||||
From
|
||||
|
Loading…
Reference in New Issue
Block a user