Merge pull request #30 from johanwiren/fix_graphite_import

Fixed graphite import to include all graphs in a dashboard.
pull/33/head
Torkel Ödegaard 12 years ago
commit 5688f792cb
  1. 1
      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 = {

Loading…
Cancel
Save