Procházet zdrojové kódy

Fixed graphite import to include all graphs in a dashboard.

Johan Wirén před 12 roky
rodič
revize
3ffc04be4d
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      src/app/controllers/graphiteImport.js

+ 1 - 0
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 = {