mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixed graphite import to include all graphs in a dashboard.
This commit is contained in:
parent
76b535a2e4
commit
3ffc04be4d
@ -65,6 +65,7 @@ function (angular, app, _) {
|
|||||||
_.each(state.graphs, function(graph) {
|
_.each(state.graphs, function(graph) {
|
||||||
if (currentRow.panels.length === graphsPerRow) {
|
if (currentRow.panels.length === graphsPerRow) {
|
||||||
currentRow = angular.copy(rowTemplate);
|
currentRow = angular.copy(rowTemplate);
|
||||||
|
newDashboard.rows.push(currentRow);
|
||||||
}
|
}
|
||||||
|
|
||||||
panel = {
|
panel = {
|
||||||
|
Loading…
Reference in New Issue
Block a user