diff --git a/src/app/controllers/graphiteImport.js b/src/app/controllers/graphiteImport.js index 79f22209fae..87990bf2671 100644 --- a/src/app/controllers/graphiteImport.js +++ b/src/app/controllers/graphiteImport.js @@ -65,6 +65,7 @@ function (angular, app, _) { _.each(state.graphs, function(graph) { if (currentRow.panels.length === graphsPerRow) { currentRow = angular.copy(rowTemplate); + newDashboard.rows.push(currentRow); } panel = {