Commit 5688f792 by Torkel Ödegaard

Merge pull request #30 from johanwiren/fix_graphite_import

Fixed graphite import to include all graphs in a dashboard.
parents 76b535a2 3ffc04be
......@@ -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 = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment