mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Optimization and unit tests for panel and row repeat feature, #1888
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
</div>
|
||||
|
||||
<!-- Panels, draggable needs to be disabled in fullscreen because Firefox bug -->
|
||||
<div ng-repeat="(name, panel) in row.panels" class="panel"
|
||||
<div ng-repeat="(name, panel) in row.panels track by panel.id" class="panel"
|
||||
ui-draggable="{{!dashboardViewState.fullscreen}}" drag="panel.id"
|
||||
ui-on-Drop="onDrop($data, row, panel)"
|
||||
drag-handle-class="drag-handle" panel-width>
|
||||
|
||||
Reference in New Issue
Block a user