Merge pull request #30 from johanwiren/fix_graphite_import

Fixed graphite import to include all graphs in a dashboard.
This commit is contained in:
Torkel Ödegaard
2014-01-24 05:16:54 -08:00
+1
View File
@@ -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 = {