From 3ffc04be4d95fa1c09bf73b0fafb5ca8a441dfcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Wir=C3=A9n?= Date: Fri, 24 Jan 2014 14:08:09 +0100 Subject: [PATCH] Fixed graphite import to include all graphs in a dashboard. --- src/app/controllers/graphiteImport.js | 1 + 1 file changed, 1 insertion(+) 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 = {